Loading .gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -22,7 +22,5 @@ stages: - if: $CI_COMMIT_REF_NAME == "develop" - if: $CI_COMMIT_REF_NAME == "12-create-a-pipeline-to-build-and-publish-the-docker-image-in-gitlab-registry" metadata: image: alpine extends: .default script: echo "App version is $APP_VERSION" maven_build: extends: .maven_build No newline at end of file Loading
.gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -22,7 +22,5 @@ stages: - if: $CI_COMMIT_REF_NAME == "develop" - if: $CI_COMMIT_REF_NAME == "12-create-a-pipeline-to-build-and-publish-the-docker-image-in-gitlab-registry" metadata: image: alpine extends: .default script: echo "App version is $APP_VERSION" maven_build: extends: .maven_build No newline at end of file