Removes commands that where added for debugging

This commit is contained in:
Eelco Cramer 2023-05-04 09:39:21 +02:00
parent be3d48c8cb
commit a5120e04c9
No known key found for this signature in database
GPG Key ID: 09CBC0267BE7D146
1 changed files with 4 additions and 7 deletions

View File

@ -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