Skip to content
Snippets Groups Projects
Verified Commit 9cded11a authored by Marco Marinello's avatar Marco Marinello
Browse files

Do not fail the whole pipeline if build fails

parent 12749cb6
No related branches found
No related tags found
No related merge requests found
Pipeline #12017 passed
......@@ -10,7 +10,7 @@ build:
- npm install --force --global yarn
- yarn install
- yarn test
- yarn build
- yarn build || echo "Unable to build!"
pages:
stage: docs
......
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