From f82c322c4dd5086f5db3735e038c09e5c8a61b52 Mon Sep 17 00:00:00 2001 From: ROSPARS Benoit Date: Thu, 14 Feb 2019 14:36:52 +0100 Subject: [PATCH] ... --- .gitlab-ci.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a49c37..ed036f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,15 +5,16 @@ stages: build: stage: build script: - - for file in $(find -name "*.org"); do - emacs --batch --load /emacs/export.el --file $file --eval '(org-html-export-to-html)' && echo "Exported $file" || echo "ERROR $file"; - done - artifacts: - expire_in: 1 day - paths: - - module1/ressources/*.html - - module2/ressources/*.html - - module3/ressources/*.html - - module4/ressources/*.html + - ls -al / +# - for file in $(find -name "*.org"); do +# emacs --batch --load /emacs/export.el --file $file --eval '(org-html-export-to-html)' && echo "Exported $file" || echo "ERROR $file"; +# done +# artifacts: +# expire_in: 1 day +# paths: +# - module1/ressources/*.html +# - module2/ressources/*.html +# - module3/ressources/*.html +# - module4/ressources/*.html only: - ci -- 2.18.1