Skip to content
Snippets Groups Projects
Commit 8df74125 authored by Paul's avatar Paul :turtle:
Browse files

deploy depends on build

parent 8f5650ea
No related branches found
No related tags found
1 merge request!24Optimize CI (build once, pass files using aritfacts)
Pipeline #14564 failed
...@@ -20,6 +20,9 @@ build site: ...@@ -20,6 +20,9 @@ build site:
check duplicate uuids: check duplicate uuids:
stage: test stage: test
allow_failure: true allow_failure: true
artifacts:
paths:
- _site
script: script:
- python3 check_uniqueness_of_uids.py - python3 check_uniqueness_of_uids.py
...@@ -57,6 +60,8 @@ deploy: ...@@ -57,6 +60,8 @@ deploy:
needs: needs:
- check duplicate uuids - check duplicate uuids
- check for dead links - check for dead links
dependencies:
- build site
# only: # only:
# - master # - master
artifacts: artifacts:
......
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