mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
chore(ci): try setting ssl env vars in the test directly (cuz pure mode)
This commit is contained in:
parent
5e2ae29660
commit
2a0a3f5881
2 changed files with 2 additions and 4 deletions
|
|
@ -14,6 +14,8 @@
|
|||
''
|
||||
${ntlib.helpers.scriptHelpers}
|
||||
${ntlib.helpers.path (with pkgs; [coreutils nix gnused gnugrep jq])}
|
||||
export SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt
|
||||
export NIX_SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt
|
||||
repo_path=${../.}
|
||||
|
||||
cp ${./fixtures/flake_parts}/* .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue