Skip to content

Commit

Permalink
Fix build again
Browse files Browse the repository at this point in the history
  • Loading branch information
goldarte authored Oct 21, 2019
1 parent eec1b33 commit b6af359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/image-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ img-resize ${IMAGE_PATH} max '5G'
# Checkout to tag's branch if built with travis tag
if [[ ! -z ${TRAVIS_TAG} ]]; then
cd ${REPO_DIR}
echo_stamp "Checkout to origin/pinnochio from ${TRAVIS_TAG}" "INFO"
echo_stamp "Checkout to origin/pinocchio from ${TRAVIS_TAG}" "INFO"
git fetch
git checkout --track origin/pinnochio
git checkout --track origin/pinocchio
cd /
fi

Expand Down

0 comments on commit b6af359

Please sign in to comment.