From 4fed53671ef41f6f5ae5077f50024ef701f75b2d Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Thu, 26 Oct 2023 14:20:54 -0700 Subject: [PATCH] upsteam --- pipeline/.release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipeline/.release.yml b/pipeline/.release.yml index b9b2995d78..62ac1dd031 100644 --- a/pipeline/.release.yml +++ b/pipeline/.release.yml @@ -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"