mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 23:19:33 +00:00
builder: Checkout to master and fetch client_config from pinocchio_work
This commit is contained in:
@@ -79,9 +79,11 @@ 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/pinocchio_work from ${TRAVIS_TAG}" "INFO"
|
||||
echo_stamp "Checkout to master from ${TRAVIS_TAG}" "INFO"
|
||||
git fetch
|
||||
git checkout --track origin/pinocchio_work
|
||||
git checkout master
|
||||
git checkout pinocchio_work -- Drone/client_config.ini
|
||||
cd /
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user