docs(Release): Fix path to pipelines yml
This commit is contained in:
parent
8efaf293e0
commit
20bf5945c7
@ -72,7 +72,7 @@ include:
|
|||||||
- project: 'gilden/ci/gitlab-ci-templates'
|
- project: 'gilden/ci/gitlab-ci-templates'
|
||||||
ref: 'master'
|
ref: 'master'
|
||||||
file:
|
file:
|
||||||
- '/pipelines/update-version-pipeline.yml'
|
- 'pipelines/update-version-pipeline.gitlab-ci.yml'
|
||||||
- 'push-image.yml'
|
- 'push-image.yml'
|
||||||
|
|
||||||
# This is optional
|
# This is optional
|
||||||
@ -174,7 +174,7 @@ include:
|
|||||||
- project: 'gilden/ci/gitlab-ci-templates'
|
- project: 'gilden/ci/gitlab-ci-templates'
|
||||||
ref: 'master'
|
ref: 'master'
|
||||||
file:
|
file:
|
||||||
- '/pipelines/update-version-pipeline.yml'
|
- 'pipelines/update-version-pipeline.gitlab-ci.yml'
|
||||||
- 'push-image.yml'
|
- 'push-image.yml'
|
||||||
|
|
||||||
# This is optional
|
# This is optional
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user