Update .gitlab-ci.yml file
This commit is contained in:
parent
634892911f
commit
3f145089e9
@ -7,6 +7,7 @@ test:
|
|||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
interruptible: true
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- hugo --gc --minify --cleanDestinationDir
|
- hugo --gc --minify --cleanDestinationDir
|
||||||
@ -16,3 +17,4 @@ pages:
|
|||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
interruptible: true
|
Loading…
x
Reference in New Issue
Block a user