1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

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.
This commit is contained in:
Robert Helgesson 2019-08-14 01:13:16 +02:00
parent eb7f39f0aa
commit 55c962fda2
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -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