Skip to content
Snippets Groups Projects
Commit c5957610 authored by q3k's avatar q3k
Browse files

ci: use full clone for dist step

parent 20c7c2c9
Branches mixer2
No related tags found
No related merge requests found
Pipeline #6598 passed
...@@ -75,6 +75,9 @@ pages: ...@@ -75,6 +75,9 @@ pages:
dist: dist:
stage: deploy stage: deploy
variables:
# Force a full clone to make version machinery work.
GIT_STRATEGY: clone
only: only:
- /^release\/[0-9]+\.[0-9]+\.[0-9]+.*$/ - /^release\/[0-9]+\.[0-9]+\.[0-9]+.*$/
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment