From 015f1913109d44c36e683b55f0e47e283b383caa Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Thu, 1 May 2025 22:41:34 +0200 Subject: [PATCH] ci: remove GitLab rycee/nur-expression update This removes the automatic update of the Home Manager packaging in . That setup is very old and brittle, it should therefore not be used. --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7d63798e..7d4c0c4db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,15 +18,3 @@ pages: rules: - if: $CI_COMMIT_BRANCH == "master" when: always - -Deploy NUR: - stage: deploy - variables: - HM_BRANCH: $CI_COMMIT_REF_NAME - HM_COMMIT_SHA: $CI_COMMIT_SHA - trigger: - project: rycee/nur-expressions - branch: master - rules: - - if: $CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH =~ /^release-/ - when: always