Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
f82c322c
Commit
f82c322c
authored
Feb 14, 2019
by
brospars
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
aab628a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
.gitlab-ci.yml
.gitlab-ci.yml
+11
-10
No files found.
.gitlab-ci.yml
View file @
f82c322c
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment