Skip to content
Snippets Groups Projects
Verified Commit 5e9bb4c8 authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

feat: explicitly set no job dependencies

Allows the job to start straight away allowing maximum CI throughput.

Dependencies will need to be added with the `needs`[1] keyword.

[1]: https://docs.gitlab.com/ee/ci/yaml/#needs
parent 79bc0a5c
No related branches found
No related tags found
1 merge request!3feat: all multiple run command environment variable replacements
......@@ -63,6 +63,7 @@ spec:
.bazelisk:
image: "$[[inputs.image]]:$[[inputs.tag]]"
needs: []
variables:
ROOT: "$[[inputs.root]]"
BAZELISK_HOME: "${CI_PROJECT_DIR}/.cache/bazelisk"
......
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