From ca6e496f31df855f921efe71b992487fbf68101c Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Fri, 3 Dec 2021 16:44:53 -0600 Subject: [PATCH] Fix pushing next version commit on release --- ci/pipeline.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index c1ced0c..ad8aba3 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -70,7 +70,7 @@ jobs: params: <<: *artifactory-params repo: libs-staging-local - - put: git-repo-staging + - put: git-repo params: repository: stage-git-repo @@ -87,7 +87,7 @@ jobs: params: <<: *artifactory-params repo: libs-staging-local - - put: git-repo-staging + - put: git-repo params: repository: stage-git-repo @@ -104,7 +104,7 @@ jobs: params: <<: *artifactory-params repo: libs-staging-local - - put: git-repo-staging + - put: git-repo params: repository: stage-git-repo @@ -190,14 +190,6 @@ resources: ignore_paths: ["ci/images/*"] fetch_tags: true - - name: git-repo-staging - type: git - source: - uri: ((github-repo)) - username: ((github-token)) - password: ((github-password)) - branch: ((github-username))/staging - - name: ci-images-git-repo type: git source: