diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-12-08 05:21:13 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-12-08 05:21:13 +0300 |
commit | 56ebd1ccc8bf6dbeff62120eb01b7597328359af (patch) | |
tree | 53e945ba14193cb9d78afefe5ca71673a05c3f77 | |
parent | fix (diff) |
test
Diffstat (limited to '')
-rw-r--r-- | .gitlab-ci.yml | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee368de..ac6183b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,26 +6,19 @@ variables: before_script: - nix --version + - nix flake metadata stages: - - env + - info - check - cachix -show: - stage: env +info: + stage: info script: - env - - nix show-config | - tee show-config.log - - nix show-derivation | - tee show-derivation.log - artifacts: - paths: - - show-config.log - - show-derivation.log - expire_in: 1 week - when: on_success + - nix show-config + - nix show-derivation check: stage: check |