From 819ac726ce4aedce49b0c2dce4c12e6b0889627c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 29 Jun 2018 15:12:05 +0100 Subject: [PATCH] travis: push current HEAD to master --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deploy.sh b/ci/deploy.sh index 6805e2730..37d2dfe0f 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -22,4 +22,4 @@ fi git add --all repos.json* git commit -m "automatic update" -git push git@github.com:nix-community/NUR master +git push git@github.com:nix-community/NUR HEAD:master