aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-10-06 19:25:55 -0700
committerGravatar Tom Willemse2019-10-06 19:25:55 -0700
commit29289a3b761164f001e6be4f0679dbad80ce89e2 (patch)
treec0b3ba52d0fe316acd94de5186fc1499df57265e
parent775552293cbb299bd95f2cfd8b7481820ba32385 (diff)
downloadnew-ryuslash.org-29289a3b761164f001e6be4f0679dbad80ce89e2.tar.gz
new-ryuslash.org-29289a3b761164f001e6be4f0679dbad80ce89e2.zip
Fix gitlab-ci.yml
‘before_script’ should be an array of strings.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 812b0a9..342112c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
build-html:
stage: build
before_script:
- cask install
+ - cask install
script:
make html
artifacts: