diff options
author | makefu <github@syntax-fehler.de> | 2019-04-04 09:14:03 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-04-04 09:14:03 +0200 |
commit | f7a22959ca67c1426149b61b518fec663d81d0c1 (patch) | |
tree | 10d1302485072eb192200d21f90d64f7c67a6e7f | |
parent | 966620d6c64bbb2a375e2dc30d8a70c636cd8864 (diff) |
gitlab-ci: trigger NUR update
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1946f269e..6d2f15063 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,5 +15,6 @@ nur-packages makefu: - git filter-branch -f --prune-empty --subdirectory-filter makefu/5pkgs HEAD - git remote add deploy git@github.com:makefu/nur-packages.git || git remote set-url deploy git@github.com:makefu/nur-packages.git - git push --force deploy HEAD:master + - curl -XPOST http://nur-update.herokuapp.com/update?repo=makefu after_script: - rm -f deploy.key |