From b6af35919a4fec9bd7bf1b2590acb94f669d8577 Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Mon, 21 Oct 2019 12:38:01 +0300 Subject: [PATCH] Fix build again --- builder/image-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/image-build.sh b/builder/image-build.sh index 8f3b44cb..edb09435 100755 --- a/builder/image-build.sh +++ b/builder/image-build.sh @@ -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