Skip to content

Commit 1a4e9e3

Browse files
committed
builder: Checkout to master and fetch client_config from pinocchio_work
1 parent fd1fc5d commit 1a4e9e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

builder/image-build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ img-resize ${IMAGE_PATH} max '5G'
7979
# Checkout to tag's branch if built with travis tag
8080
if [[ ! -z ${TRAVIS_TAG} ]]; then
8181
cd ${REPO_DIR}
82-
echo_stamp "Checkout to origin/pinocchio_work from ${TRAVIS_TAG}" "INFO"
82+
echo_stamp "Checkout to master from ${TRAVIS_TAG}" "INFO"
8383
git fetch
8484
git checkout --track origin/pinocchio_work
85+
git checkout master
86+
git checkout pinocchio_work -- Drone/client_config.ini
8587
cd /
8688
fi
8789

0 commit comments

Comments
 (0)