From ca89f94534dd1b06296adf2a2b7603545e3b4c41 Mon Sep 17 00:00:00 2001 From: jstover <jstover2@une.edu.au> Date: Thu, 10 May 2018 14:52:12 +1000 Subject: [PATCH] Delete .gitlab-ci.yml --- .gitlab-ci.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index e0a711c..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,33 +0,0 @@ -stages: - - build - - deploy - - cleanup - -image: github.com/sinex/docker-latex - -variables: - LATEX: pdflatex - -build: - stage: build - script: make - artifacts: - name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME" - when: always - expire_in: 30 days - paths: - - build/ - -pdf: - stage: deploy - script: make pdf - artifacts: - name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME" - paths: - - Thesis.pdf - - Thesis.tar.gz - -cleanup: - stage: cleanup - script: make clean - when: always \ No newline at end of file -- GitLab