Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7bce0a08 authored by hhakim's avatar hhakim
Browse files

Correct error on CI_COMMIT_TAG variable used for windows pip pkg generation.

parent 0e2cc8d0
Branches
Tags
No related merge requests found
...@@ -322,7 +322,7 @@ package_win_purepy_rev: ...@@ -322,7 +322,7 @@ package_win_purepy_rev:
package_win_purepy_release: package_win_purepy_release:
extends: .package_win_purepy extends: .package_win_purepy
before_script: before_script:
- 'set VERSION=$CI_COMMIT_TAG' - 'set VERSION=%CI_COMMIT_TAG%'
artifacts: artifacts:
expire_in: '50 yrs' expire_in: '50 yrs'
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment