mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
upsteam
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user