This commit is contained in:
Bhavin Patel
2023-10-26 14:20:54 -07:00
parent 051c3daab8
commit 4fed53671e
+3 -3
View File
@@ -88,7 +88,7 @@ github_push_develop:
# needs:
# - app_inspect
variables:
BRANCH: "release_$CI_COMMIT_TAG"
BRANCH: "gitlab_release_$CI_COMMIT_TAG"
before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
@@ -104,8 +104,8 @@ github_push_develop:
- git config user.name "research bot"
- git remote add github_origin git@github.com:splunk/security_content.git
- git fetch --all
- git checkout -b $BRANCH github_origin/$BRANCH
- ls
- git checkout -b $BRANCH
- git push -u github_origin $BRANCH
- git pull
- git add --all
- git commit -m "release_$CI_COMMIT_TAG"