aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-cl.yml
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-10-06 18:50:34 -0700
committerGravatar Tom Willemse2019-10-06 18:50:34 -0700
commit68c87a794c2105bc3b7cfbc8cdb3a6e8293c4131 (patch)
tree061af0f7e83e6f12c41103dfdaf6c1754e02a0ae /.gitlab-cl.yml
parentf0c1ca14686080bcdb7c6b07f2c7530b56ddbd29 (diff)
downloadnew-ryuslash.org-68c87a794c2105bc3b7cfbc8cdb3a6e8293c4131.tar.gz
new-ryuslash.org-68c87a794c2105bc3b7cfbc8cdb3a6e8293c4131.zip
Fix typo
Diffstat (limited to '.gitlab-cl.yml')
-rw-r--r--.gitlab-cl.yml35
1 files changed, 0 insertions, 35 deletions
diff --git a/.gitlab-cl.yml b/.gitlab-cl.yml
deleted file mode 100644
index 4343d80..0000000
--- a/.gitlab-cl.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-image: silex/emacs:26.3-alpine-dev
-
-stages:
- - build
- - deploy
-
-build-html:
- stage: build
- script:
- make html
- artifacts:
- paths:
- - public_html/
-
-build-css:
- stage: build
- image: finalgene/lessc:3.10
- script:
- make css
- artifacts:
- paths:
- - public_html/
-
-pages:
- stage: deploy
- dependencies:
- - build-html
- - build-css
- script:
- - echo "Deploying to pages"
- artifacts:
- paths:
- - public_html/
- only:
- - master