Fix pushing next version commit on release
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user