mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-11 17:50:08 +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
|
|
@ -64,10 +64,6 @@ in
|
|||
script = [
|
||||
"nix run .#tests -- --junit=junit.xml"
|
||||
];
|
||||
variables = {
|
||||
"SSL_CERT_FILE" = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
"NIX_SSL_CERT_FILE" = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
};
|
||||
allow_failure = true;
|
||||
artifacts = {
|
||||
when = "always";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue