Commit 9d1b4ec1 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

fix before_script

parent da72ebd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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