We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fc0d0 commit f1d52f7Copy full SHA for f1d52f7
.gitlab/.gitlab-ci.yml
@@ -1,7 +1,7 @@
1
variables:
2
- CURRENT_BRANCH_NAME: sk_content-ci-cd-template #"${INFRA_BRANCH}"
+ CURRENT_BRANCH_NAME: "${INFRA_BRANCH}"
3
4
include:
5
- file: "/.gitlab/ci/content-ci-cd-template/.gitlab-ci.yml"
6
- ref: sk_content-ci-cd-template #"${INFRA_BRANCH}"
+ ref: "${INFRA_BRANCH}"
7
project: "${CI_PROJECT_NAMESPACE}/infra"
0 commit comments