From 54ff66696cfa47797626b8bdbf80730d2e908514 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Mon, 23 Oct 2023 11:00:23 +0200 Subject: [PATCH] fix: ci pipeline --- .gitlab-ci.yml | 2 +- devenv.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ad50b9..d2e202b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ variables: NIXPKGS_ALLOW_UNFREE: "1" NIXPKGS_ALLOW_INSECURE: "1" DOCKER_DRIVER: overlay2 - DOCKER_HOST: tcp://docker:2375/ + GIT_DEPTH: 10 stages: diff --git a/devenv.nix b/devenv.nix index 14ad933..b88d478 100644 --- a/devenv.nix +++ b/devenv.nix @@ -317,7 +317,7 @@ EOF NIXPKGS_ALLOW_UNFREE: "1" NIXPKGS_ALLOW_INSECURE: "1" DOCKER_DRIVER: overlay2 - DOCKER_HOST: tcp://docker:2375/ + GIT_DEPTH: 10 stages: -- GitLab