We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e358b commit 5888d08Copy full SHA for 5888d08
serverless/release.sh
@@ -13,9 +13,8 @@ git config --global user.email "gitlab-actions[bot]@users.noreply.github.com"
13
touch a.tmp
14
git add a.tmp
15
git commit -m "TEST!"
16
-git remote set-url origin https://github.com/DataDog/datadog-cloudformation-macro.git
17
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
+git push origin alex.angelillo/test
19
20
# Read the S3 bucket
21
if [ -z "$1" ]; then
0 commit comments