mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +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.name "Travis CI"
|
||||||
git config user.email "travis@ci.invalid"
|
git config user.email "travis@ci.invalid"
|
||||||
|
|
||||||
git diff --exit-code
|
if [ -z "$(git diff --exit-code)" ]; then
|
||||||
if [ $? != 1 ]; then
|
|
||||||
echo "No changes to the output on this push; exiting."
|
echo "No changes to the output on this push; exiting."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user