Skip to content
Snippets Groups Projects
Commit aa04c4d7 authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Do it earlier

parent 168e931d
No related branches found
No related tags found
No related merge requests found
......@@ -65,10 +65,10 @@ Build static site content:
expire_in: 1m
check_links:
stage: start-okd-build
stage: build-static-content
image: becheran/mlc:0.16.1
script:
- mlc public/ | tee output.log | grep -v '\[\(WARN\|Warn\| OK \)\]'
- mlc . | tee output.log | grep -v '\[\(WARN\|Warn\| OK \)\]'
artifacts:
paths:
- output.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment