Skip to content

Commit 5888d08

Browse files
committed
tmp
1 parent d6e358b commit 5888d08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

serverless/release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ git config --global user.email "gitlab-actions[bot]@users.noreply.github.com"
1313
touch a.tmp
1414
git add a.tmp
1515
git commit -m "TEST!"
16-
git remote set-url origin https://github.com/DataDog/datadog-cloudformation-macro.git
1716
git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/DataDog/datadog-cloudformation-macro.git
18-
git push origin $(git branch --show-current):alex.angelillo/test
17+
git push origin alex.angelillo/test
1918

2019
# Read the S3 bucket
2120
if [ -z "$1" ]; then

0 commit comments

Comments
 (0)