mirror of
https://github.com/nix-community/home-manager
synced 2024-11-30 06:59:45 +01: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.
(cherry picked from commit 55c962fda2
)
This commit is contained in:
parent
cf5e08cfb8
commit
1d8b6e7d9e
1 changed files with 11 additions and 0 deletions
|
@ -24,3 +24,14 @@ Deploy manual:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- 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:
|
||||||
|
- release-19.03
|
||||||
|
|
Loading…
Reference in a new issue