From 7772a0daeef03137ea31e85148414f4133efe65c Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 27 Jul 2023 21:14:38 +0000 Subject: [PATCH] ci: test --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ad0f87..1cef227 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ build: before_script: - . "$HOME/.nix-profile/etc/profile.d/nix.sh" # use the new flake - - git pull + - git pull origin main script: - nix --experimental-features 'nix-command flakes' run nixpkgs#colmena -- build @@ -57,7 +57,7 @@ deploy: - chmod 700 ~/.ssh # load nix environment - . "$HOME/.nix-profile/etc/profile.d/nix.sh" - - git pull + - git pull origin main script: # dns is always deployed first - nix --experimental-features 'nix-command flakes' run nixpkgs#colmena -- apply --on @active-dns