Commit 669639a3 authored by brospars's avatar brospars

CI : emacs print trace

parent 2198b736
...@@ -5,7 +5,9 @@ build: ...@@ -5,7 +5,9 @@ build:
image: binarin/org-export image: binarin/org-export
stage: build stage: build
script: script:
- for file in $(find -name "*.org"); do emacs --batch --load /emacs/export.el --file $file --eval '(org-html-export-to-html)' &> /dev/null || echo "Exported $file"; done - for file in $(find -name "*.org"); do
emacs --batch --load /emacs/export.el --file $file --eval '(org-html-export-to-html)' && echo "\n\nExported $file\n\n" || echo "\n\nERROR $file\n\n";
done
artifacts: artifacts:
expire_in: 1 day expire_in: 1 day
paths: paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment