From 3088aae9cbf1d4128dc20fff4362f9fd6cb46024 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Mon, 23 Oct 2023 11:57:29 +0200 Subject: [PATCH] fix: ci pipeline --- .gitlab-ci.yml | 1 - devenv.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc6addc..0d6dd87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,6 @@ stages: before_script: # - 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 ln -fs /etc/ssl/certs/ca-bundle.crt /certs/client/ca.pem - nix shell nixpkgs#coreutils -c ls -lah /certs/client/ diff --git a/devenv.nix b/devenv.nix index 52e632e..7d5f134 100644 --- a/devenv.nix +++ b/devenv.nix @@ -325,7 +325,6 @@ stages: before_script: # - 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 ln -fs /etc/ssl/certs/ca-bundle.crt /certs/client/ca.pem - nix shell nixpkgs#coreutils -c ls -lah /certs/client/ -- GitLab