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:
|
||||
stage: test
|
||||
script:
|
||||
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
|
||||
- ikiwiki --setup ikiwiki.setup
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
||||
tags:
|
||||
|
@ -15,7 +15,7 @@ test:
|
|||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
|
||||
- ikiwiki --setup ikiwiki.setup
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue