mirror of https://github.com/tidwall/tile38.git
Removes commands that where added for debugging
This commit is contained in:
parent
be3d48c8cb
commit
a5120e04c9
|
@ -12,9 +12,6 @@ export GIT_COMMIT_SHORT=$(git rev-parse --short HEAD)
|
|||
# DOCKER_REPO - the base repository name to push the docker build to.
|
||||
export DOCKER_REPO=$DOCKER_USER/tile38
|
||||
|
||||
docker images
|
||||
docker inspect $DOCKER_REPO:$GIT_COMMIT_SHORT
|
||||
|
||||
if [ "$GIT_BRANCH" != "master" ]; then
|
||||
echo "Not pushing, not on master"
|
||||
elif [ "$DOCKER_USER" == "" ]; then
|
||||
|
|
Loading…
Reference in New Issue