diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-12-08 05:13:14 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-12-08 05:13:14 +0300 |
commit | 66d85058a0031db6e7018c277d80aecca7330496 (patch) | |
tree | cc50ef3e8718643ccf0290647f443ad95e749462 /.gitlab-ci.yml | |
parent | wtf (diff) |
fix
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0db7fab..d54e003 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ before_script: stages: - env - check - - cache + - cachix show: stage: env @@ -33,8 +33,8 @@ check: - nix flake check --show-trace allow_failure: true -cache: - stage: cache +cachix: + stage: cachix script: - nix build --show-trace --json | jq -r '.[].outputs | to_entries[].value' | |