Skip to content

Commit 67af195

Browse files
authored
Merge pull request #1384 from devstream-io/fix-gitlab-ci-variables-err
fix: add appname variable in ci script
2 parents 7ab948c + 7723858 commit 67af195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

staging/dtm-pipeline-templates/gitlab-ci/.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ variables:
1212
IMAGE_REPO_PASSWORD: "$IMAGE_REPO_SECRET"
1313
# general config
1414
INIT_IMAGE_TAG: "0.1"
15+
APP_NAME: "[[ .AppName ]]"
1516

1617

1718
test:

0 commit comments

Comments
 (0)