Fix gitlab-ci.yml
‘before_script’ should be an array of strings.
This commit is contained in:
parent
775552293c
commit
29289a3b76
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ stages:
|
||||||
build-html:
|
build-html:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
cask install
|
- cask install
|
||||||
script:
|
script:
|
||||||
make html
|
make html
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue