Skip to content
Snippets Groups Projects
Commit 0352d4c0 authored by Alexis Mergez's avatar Alexis Mergez
Browse files

Update .gitlab-ci.yml file

parent 7044a4e4
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ build-and-push pangetools:
- if : $CI_COMMIT_TAG
changes:
- PanGeTools.def
when: manual
allow_failure: true
script:
- sed -i "s/VERSION_NUMBER/${CI_COMMIT_TAG#v}/" PanGeTools.def
......@@ -35,7 +34,6 @@ build-and-push pytools:
- if : $CI_COMMIT_TAG
changes:
- PyTools.def
when: manual
allow_failure: true
script:
- sed -i "s/VERSION_NUMBER/${CI_COMMIT_TAG#v}/" PyTools.def
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment