diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-12-08 05:12:17 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-12-08 05:12:17 +0300 |
commit | 47a2767f1bd9a40cf007dfa7e442f64b310407c7 (patch) | |
tree | f1ff59c545372016b1217d83027a43993a2c7949 /.gitlab-ci.yml | |
parent | Test (diff) |
wtf
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5067a4..0db7fab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,11 +36,10 @@ check: cache: stage: cache script: - - > - nix build --show-trace --json | - jq -r '.[].outputs | to_entries[].value' | - nix shell nixpkgs#cachix - --command cachix push $CACHIX_CACHE_NAME + - nix build --show-trace --json | + jq -r '.[].outputs | to_entries[].value' | + nix shell nixpkgs#cachix + --command cachix push $CACHIX_CACHE_NAME artifacts: paths: - result |