Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ release_job: if [ ${CI_COMMIT_TAG} != ${EXPATH_VERSION} ] then echo 'fail : Bad expath-pkg.xml version : ${EXPATH_VERSION} instead of ${CI_COMMIT_TAG}' && exit 1 else echo 'Version ok' fi script: - echo "running release_job" release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ release_job: if [ ${CI_COMMIT_TAG} != ${EXPATH_VERSION} ] then echo 'fail : Bad expath-pkg.xml version : ${EXPATH_VERSION} instead of ${CI_COMMIT_TAG}' && exit 1 else echo 'Version ok' fi script: - echo "running release_job" release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties Loading