Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,4 +24,4 @@ stages: metadata: image: alpine script: echo "Latest code version is $APP_VERSION" script: echo "Latest code version is ${APP_VERSION}" Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,4 +24,4 @@ stages: metadata: image: alpine script: echo "Latest code version is $APP_VERSION" script: echo "Latest code version is ${APP_VERSION}"