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

fix: ci pipeline

parent c3c3ec98
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ image: docker-registry.schukai.com:443/nixos-ci-devenv:latest
services:
- name: docker:dind
command: ["--experimental"]
command: ["--experimental", "--privileged"]
variables:
# The repo name as used in
......@@ -18,7 +18,7 @@ variables:
NIXPKGS_ALLOW_UNFREE: "1"
NIXPKGS_ALLOW_INSECURE: "1"
DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://dind:2375
DOCKER_HOST: tcp://docker:2376
GIT_DEPTH: 10
stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment