Merge pull request #121 from nix-community/fix-irc

deploy.sh: fix nur combine call
This commit is contained in:
Jörg Thalheim 2019-03-05 14:37:10 +00:00 committed by GitHub
commit 2b48849130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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."