Skip to content
Snippets Groups Projects
Verified Commit abac1939 authored by Vincent Lafeychine's avatar Vincent Lafeychine
Browse files

chore(ci): Use of repository variables

parent 6eaa03b5
No related branches found
No related tags found
1 merge request!19Use Nix for GitLab pipelines
Pipeline #97211 passed with warnings
# This file expects two variables: `NIX_CI_CACHE_PUB_KEY` and `NIX_CI_CACHE_PRIV_KEY`
# Those variables can be generated with: `nix-store --generate-binary-cache-key ci_nix_store priv.pem pub.pem`
stages: [ nix-cache, lint, build, tests ]
variables:
NIX_CI_CACHE_PUB_KEY: "ci_nix_store:PrLrhCBBIPW9ZQIyDJ4q+BEcT9JUDxa5pQawc5w8pKU="
NIX_CI_CACHE_PRIV_KEY: "ci_nix_store:PNgPTN7SJq+jXFXNIkg/SZ9dwwvJxghxRn1wU7dpezg+suuEIEEg9b1lAjIMnir4ERxP0lQPFrmlBrBznDykpQ=="
NIX_STORE_ARTIFACTS_PATH: ".ci_nix_artifacts"
NIX_STORE_CACHE_PATH: ".ci_nix_cache"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment