From 36c79c6b9e0526ac2e0037c1459ea9eb38ddc6b2 Mon Sep 17 00:00:00 2001 From: Gerson SUNYE Date: Wed, 10 Jun 2020 22:56:33 +0200 Subject: [PATCH] Replace 'compile.sh' by make slides --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63d4bce..82312d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,8 @@ stages: build: stage: build script: - - bundle install - - bash /home/compile.sh +# - bundle install + - make slides artifacts: paths: - target @@ -16,7 +16,7 @@ build: book: stage: build script: - - bundle install +# - bundle install - make book artifacts: paths: -- GitLab