Merge "Update tb.sh"

This commit is contained in:
Zuul 2018-11-16 16:17:45 +00:00 committed by Gerrit Code Review
commit 0162e68ff8
1 changed files with 2 additions and 2 deletions

4
tb.sh
View File

@ -22,8 +22,8 @@ fi
CMD=$1
TC_CONTAINER_NAME=${MYUNAME}-centos-builder
TC_CONTAINER_TAG=local/${MYUNAME}-stx-builder:7.3
TC_DOCKERFILE=Dockerfile.centos73.TC-builder
TC_CONTAINER_TAG=local/${MYUNAME}-stx-builder:7.4
TC_DOCKERFILE=Dockerfile
function exec_container {
docker cp ${WORK_DIR}/buildrc ${TC_CONTAINER_NAME}:/home/${MYUNAME}