mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
9 lines
214 B
Bash
9 lines
214 B
Bash
if [ ! -z "$TRAVIS_TEST_RESULT" ] && [ "$TRAVIS_TEST_RESULT" != "0" ]
|
|
then
|
|
echo "Build has failed, skipping updating the cache"
|
|
exit 0
|
|
fi
|
|
|
|
mkdir -p /opt/cirp
|
|
git rev-parse HEAD > /opt/cirp/previous_runs_commit
|