Commit aab628a5 authored by brospars's avatar brospars

CI : check why gitlab not using define image

parent 669639a3
image: binarin/org-export
stages:
- build
build:
image: binarin/org-export
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 "\n\nExported $file\n\n" || echo "\n\nERROR $file\n\n";
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
......
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