Skip to content

Commit b1b09d8

Browse files
committed
tmp
1 parent f4ac8cb commit b1b09d8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

serverless/release.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
set -e
66

77
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
814

915
# Read the S3 bucket
1016
if [ -z "$1" ]; then
@@ -102,7 +108,6 @@ if [ "$PROD_RELEASE" = true ] ; then
102108
git commit -m "Bump version from ${CURRENT_VERSION} to ${VERSION}"
103109
# git push origin main
104110
echo "pushing to remote branch"
105-
git remote set-url origin https://$GH_TOKEN@github.com/DataDog/datadog-cloudformation-macro.git
106111
git push origin main
107112

108113
# Create a github release

0 commit comments

Comments
 (0)