Try to fix build again

This commit is contained in:
Arthur Golubtsov
2019-10-21 12:26:28 +03:00
committed by GitHub
parent bbb2c90910
commit eec1b332f7

View File

@@ -80,6 +80,7 @@ img-resize ${IMAGE_PATH} max '5G'
if [[ ! -z ${TRAVIS_TAG} ]]; then
cd ${REPO_DIR}
echo_stamp "Checkout to origin/pinnochio from ${TRAVIS_TAG}" "INFO"
git fetch
git checkout --track origin/pinnochio
cd /
fi