docs(Release): Fix path to pipelines yml

This commit is contained in:
Marcel Feix 2021-08-02 13:31:09 +00:00
parent 8efaf293e0
commit 20bf5945c7

View File

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