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

Filter the output

parent c96b0c74
No related branches found
No related tags found
No related merge requests found
stages:
- build-static-content
- prepare
- start-okd-build
# https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-pipelines
......@@ -66,10 +65,13 @@ Build static site content:
expire_in: 1m
check_links:
stage: prepare
image: becheran/mlc:0.14.3
stage: start-okd-build
image: becheran/mlc:0.16.1
script:
- mlc public/
- mlc public/ | tee output.log | grep -v '\[\(WARN\|Warn\| OK \)\]'
artifacts:
paths:
- output.log
Deploy to OKD4 test:
stage: start-okd-build
......
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