Fix pushing next version commit on release

This commit is contained in:
Scott Frederick
2021-12-03 16:44:53 -06:00
parent fc97b5d500
commit ca6e496f31

View File

@@ -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: