We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1fc5d commit 1a4e9e3Copy full SHA for 1a4e9e3
builder/image-build.sh
@@ -79,9 +79,11 @@ img-resize ${IMAGE_PATH} max '5G'
79
# Checkout to tag's branch if built with travis tag
80
if [[ ! -z ${TRAVIS_TAG} ]]; then
81
cd ${REPO_DIR}
82
- echo_stamp "Checkout to origin/pinocchio_work from ${TRAVIS_TAG}" "INFO"
+ echo_stamp "Checkout to master from ${TRAVIS_TAG}" "INFO"
83
git fetch
84
git checkout --track origin/pinocchio_work
85
+ git checkout master
86
+ git checkout pinocchio_work -- Drone/client_config.ini
87
cd /
88
fi
89
0 commit comments