Skip to content
Snippets Groups Projects
Verified Commit f983657a authored by Bryan R's avatar Bryan R
Browse files

CI: Upgrade dependencies to needs

Run jobs greedily rather than relying on staging.
https://docs.gitlab.com/ee/ci/yaml/#needs
parent db9d57a4
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ update-repo:
- nix run -f ci/default.nix -c build-repo.sh extract-keys
- nix run -f ci/default.nix -c build-repo.sh build-repo
dependencies:
needs:
- build-master
after_script:
......@@ -214,7 +214,7 @@ pages:
image: "nixos/nix:$DOCKER_TAG"
script:
- mv repo public
dependencies:
needs:
- update-repo
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
......
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