Skip to content

Commit

Permalink
upsteam
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Oct 26, 2023
1 parent 051c3da commit 4fed536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipeline/.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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"
Expand Down

0 comments on commit 4fed536

Please sign in to comment.