Skip to content

Commit f2196e7

Browse files
committed
tmp
1 parent b1b09d8 commit f2196e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

serverless/release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ set -e
77
git remote -v
88
git remote set-url origin https://github.com/DataDog/datadog-cloudformation-macro.git
99
git remote -v
10+
git pull origin main
11+
git config --global user.name "gitlab-actions[bot]"
12+
git config --global user.email "gitlab-actions[bot]@users.noreply.github.com"
1013
touch a.tmp
1114
git add a.tmp
1215
git commit -m "TEST!"

0 commit comments

Comments
 (0)