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
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,9 @@ pages:
dist:
stage: deploy
variables:
# Force a full clone to make version machinery work.
GIT_STRATEGY: clone
only:
- /^release\/[0-9]+\.[0-9]+\.[0-9]+.*$/
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment