Skip to content
Snippets Groups Projects
Verified Commit 3088aae9 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: ci pipeline

parent 95303a1c
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,6 @@ stages: ...@@ -26,7 +26,6 @@ stages:
before_script: before_script:
# - unset DOCKER_TLS_VERIFY # - unset DOCKER_TLS_VERIFY
- nix shell nixpkgs#coreutils -c ls -lah /certs/client/
- nix shell nixpkgs#coreutils -c mkdir -p /certs/client/ - nix shell nixpkgs#coreutils -c mkdir -p /certs/client/
- nix shell nixpkgs#coreutils -c ln -fs /etc/ssl/certs/ca-bundle.crt /certs/client/ca.pem - nix shell nixpkgs#coreutils -c ln -fs /etc/ssl/certs/ca-bundle.crt /certs/client/ca.pem
- nix shell nixpkgs#coreutils -c ls -lah /certs/client/ - nix shell nixpkgs#coreutils -c ls -lah /certs/client/
......
...@@ -325,7 +325,6 @@ stages: ...@@ -325,7 +325,6 @@ stages:
before_script: before_script:
# - unset DOCKER_TLS_VERIFY # - unset DOCKER_TLS_VERIFY
- nix shell nixpkgs#coreutils -c ls -lah /certs/client/
- nix shell nixpkgs#coreutils -c mkdir -p /certs/client/ - nix shell nixpkgs#coreutils -c mkdir -p /certs/client/
- nix shell nixpkgs#coreutils -c ln -fs /etc/ssl/certs/ca-bundle.crt /certs/client/ca.pem - nix shell nixpkgs#coreutils -c ln -fs /etc/ssl/certs/ca-bundle.crt /certs/client/ca.pem
- nix shell nixpkgs#coreutils -c ls -lah /certs/client/ - nix shell nixpkgs#coreutils -c ls -lah /certs/client/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment