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: ...@@ -65,10 +65,10 @@ Build static site content:
expire_in: 1m expire_in: 1m
check_links: check_links:
stage: start-okd-build stage: build-static-content
image: becheran/mlc:0.16.1 image: becheran/mlc:0.16.1
script: script:
- mlc public/ | tee output.log | grep -v '\[\(WARN\|Warn\| OK \)\]' - mlc . | tee output.log | grep -v '\[\(WARN\|Warn\| OK \)\]'
artifacts: artifacts:
paths: paths:
- output.log - output.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment