From 55c962fda2b9e4576ed62980230e3141021c17ed Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Wed, 14 Aug 2019 01:13:16 +0200 Subject: [PATCH] gitlab-ci: trigger NUR update This will trigger a CI job at https://gitlab.com/rycee/nur-expressions that will update Home Manager in NUR. --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fe0352bb..2073da386 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,3 +24,14 @@ Deploy manual: - public only: - master + +Deploy NUR: + stage: deploy + variables: + HM_BRANCH: $CI_COMMIT_REF_NAME + HM_COMMIT_SHA: $CI_COMMIT_SHA + trigger: + project: rycee/nur-expressions + branch: master + only: + - master