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 f4ac8cb commit b1b09d8Copy full SHA for b1b09d8
serverless/release.sh
@@ -5,6 +5,12 @@
5
set -e
6
7
git remote -v
8
+git remote set-url origin https://github.com/DataDog/datadog-cloudformation-macro.git
9
+git remote -v
10
+touch a.tmp
11
+git add a.tmp
12
+git commit -m "TEST!"
13
+git push origin $(git branch --show-current):alex.angelillo/test
14
15
# Read the S3 bucket
16
if [ -z "$1" ]; then
@@ -102,7 +108,6 @@ if [ "$PROD_RELEASE" = true ] ; then
102
108
git commit -m "Bump version from ${CURRENT_VERSION} to ${VERSION}"
103
109
# git push origin main
104
110
echo "pushing to remote branch"
105
- git remote set-url origin https://$GH_TOKEN@github.com/DataDog/datadog-cloudformation-macro.git
106
111
git push origin main
107
112
113
# Create a github release
0 commit comments