From 47a2767f1bd9a40cf007dfa7e442f64b310407c7 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Wed, 8 Dec 2021 05:12:17 +0300 Subject: wtf --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit 1.4.1