Skip to content

Commit f1d52f7

Browse files
authored
Apply suggestions from code review
1 parent c6fc0d0 commit f1d52f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab/.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variables:
2-
CURRENT_BRANCH_NAME: sk_content-ci-cd-template #"${INFRA_BRANCH}"
2+
CURRENT_BRANCH_NAME: "${INFRA_BRANCH}"
33

44
include:
55
- file: "/.gitlab/ci/content-ci-cd-template/.gitlab-ci.yml"
6-
ref: sk_content-ci-cd-template #"${INFRA_BRANCH}"
6+
ref: "${INFRA_BRANCH}"
77
project: "${CI_PROJECT_NAMESPACE}/infra"

0 commit comments

Comments
 (0)