Delete .broken-gitlab-ci.yml
authorChris Cormack <chris@bigballofwax.co.nz>
Sat, 2 Sep 2017 05:59:23 +0000 (05:59 +0000)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 2 Sep 2017 05:59:23 +0000 (05:59 +0000)
.broken-gitlab-ci.yml [deleted file]

diff --git a/.broken-gitlab-ci.yml b/.broken-gitlab-ci.yml
deleted file mode 100644 (file)
index 3626a02..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-before_script:
-    - pip install Sphinx
-
-build_job:
-    stage: build
-    script:
-        - cd en
-        - make clean
-        - make html
-    artifacts:
-        name: "$CI_BUILD_REF_NAME"
-        paths:
-        - en/build/html