ci: only cache attic when nix is available
This commit is contained in:
@@ -50,7 +50,7 @@ before_script:
|
|||||||
- export CARGO_HOME="$(git rev-parse --show-toplevel)/.gitlab-ci.d/cargo"
|
- export CARGO_HOME="$(git rev-parse --show-toplevel)/.gitlab-ci.d/cargo"
|
||||||
|
|
||||||
# Cache attic client
|
# Cache attic client
|
||||||
- ./bin/nix-build-and-cache --inputs-from . attic
|
- if command -v nix > /dev/null; then ./bin/nix-build-and-cache --inputs-from . attic; fi
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
stage: ci
|
stage: ci
|
||||||
|
|||||||
Reference in New Issue
Block a user