mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-14 21:46:29 +03:00
Merge branch 'only-cache-attic-when-nix' into 'next'
ci: only cache attic when nix is available See merge request famedly/conduit!666
This commit is contained in:
commit
6b669d2f4d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue