Skip to content
Snippets Groups Projects
Commit 77997a22 authored by Patrick Breugnon's avatar Patrick Breugnon
Browse files

Update .gitlab-ci.yml file

parent 38e517c4
No related branches found
No related tags found
No related merge requests found
Pipeline #235115 failed
......@@ -13,8 +13,17 @@ build:
artifacts:
paths:
- test
untracked: false
when: on_succes
expire_in: 1 days
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
Pages:
stage: deploy
script:
- make build
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
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