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

fix: ci pipeline

parent 5bb11d47
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ image: docker-registry.schukai.com:443/nixos-ci-devenv:latest ...@@ -10,6 +10,7 @@ image: docker-registry.schukai.com:443/nixos-ci-devenv:latest
services: services:
- docker:dind - docker:dind
variables: variables:
# The repo name as used in # The repo name as used in
# https://github.com/nix-community/NUR/blob/master/repos.json # https://github.com/nix-community/NUR/blob/master/repos.json
...@@ -17,7 +18,7 @@ variables: ...@@ -17,7 +18,7 @@ variables:
NIXPKGS_ALLOW_UNFREE: "1" NIXPKGS_ALLOW_UNFREE: "1"
NIXPKGS_ALLOW_INSECURE: "1" NIXPKGS_ALLOW_INSECURE: "1"
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://192.168.1.91:2375 DOCKER_HOST: unix:///var/run/docker.sock
GIT_DEPTH: 10 GIT_DEPTH: 10
stages: stages:
......
...@@ -309,6 +309,7 @@ EOF ...@@ -309,6 +309,7 @@ EOF
services: services:
- docker:dind - docker:dind
variables: variables:
# The repo name as used in # The repo name as used in
# https://github.com/nix-community/NUR/blob/master/repos.json # https://github.com/nix-community/NUR/blob/master/repos.json
...@@ -316,7 +317,7 @@ EOF ...@@ -316,7 +317,7 @@ EOF
NIXPKGS_ALLOW_UNFREE: "1" NIXPKGS_ALLOW_UNFREE: "1"
NIXPKGS_ALLOW_INSECURE: "1" NIXPKGS_ALLOW_INSECURE: "1"
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://192.168.1.91:2375 DOCKER_HOST: unix:///var/run/docker.sock
GIT_DEPTH: 10 GIT_DEPTH: 10
stages: stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment