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

fix: ci pipeline

parent 94109d5d
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ variables:
NIXOS_VERSION: "23.05"
NIXPKGS_ALLOW_UNFREE: "1"
NIXPKGS_ALLOW_INSECURE: "1"
DOCKER_DRIVER: overlay2
DOCKER_HOST: unix:///var/run/docker.sock
# DOCKER_DRIVER: overlay2
# DOCKER_HOST: unix:///var/run/docker.sock
GIT_DEPTH: 10
stages:
......@@ -25,7 +25,7 @@ stages:
- deploy
before_script:
- unset DOCKER_TLS_VERIFY
# - unset DOCKER_TLS_VERIFY
- 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
- echo > .env-gitlab-ci
......
......@@ -315,8 +315,8 @@ variables:
NIXOS_VERSION: "23.05"
NIXPKGS_ALLOW_UNFREE: "1"
NIXPKGS_ALLOW_INSECURE: "1"
DOCKER_DRIVER: overlay2
DOCKER_HOST: unix:///var/run/docker.sock
# DOCKER_DRIVER: overlay2
# DOCKER_HOST: unix:///var/run/docker.sock
GIT_DEPTH: 10
stages:
......@@ -324,7 +324,7 @@ stages:
- deploy
before_script:
- unset DOCKER_TLS_VERIFY
# - unset DOCKER_TLS_VERIFY
- 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
- echo > .env-gitlab-ci
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment