Do not build with ikistrap libs
This commit is contained in:
parent
4b72d23ebc
commit
505b38cc7c
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ before_script:
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
|
- ikiwiki --setup ikiwiki.setup
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
||||||
tags:
|
tags:
|
||||||
|
@ -15,7 +15,7 @@ test:
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
|
- ikiwiki --setup ikiwiki.setup
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in a new issue