deploy.sh: fix nur combine call

This commit is contained in:
Jörg Thalheim 2019-03-05 14:36:10 +00:00
parent 0561424301
commit 9c9aa79bd1
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -48,7 +48,7 @@ git config --global commit.gpgsign true
git clone git@github.com:nix-community/nur-combined
result/bin/nur combine
result/bin/nur combine nur-combined
if [[ -z "$(git diff --exit-code)" ]]; then
echo "No changes to the output on this push; exiting."