mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
parent
8587bbe922
commit
e3559ec4fc
3
.github/deploy.sh
vendored
3
.github/deploy.sh
vendored
@ -55,8 +55,7 @@ cd out
|
||||
git config user.name "Travis CI"
|
||||
git config user.email "travis@ci.invalid"
|
||||
|
||||
git diff --exit-code
|
||||
if [ $? != 1 ]; then
|
||||
if [ -z "$(git diff --exit-code)" ]; then
|
||||
echo "No changes to the output on this push; exiting."
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user