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 59e3445 commit e1e8625Copy full SHA for e1e8625
serverless/release.sh
@@ -14,7 +14,7 @@ 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
-remote set-url origin https://$GH_TOKEN@github.com/datadog-cloudformation-macro-bot/datadog-cloudformation-macro.git
+git remote set-url origin https://$GH_TOKEN@github.com/datadog-cloudformation-macro-bot/datadog-cloudformation-macro.git
18
git push origin $(git branch --show-current):alex.angelillo/test
19
20
# Read the S3 bucket
0 commit comments