From 3777041d3e1657242d3e19613fb3a34cb00659d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 18 May 2020 02:21:47 +0200 Subject: [PATCH] CI: disable branch tagging to fix dependabot --- build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index de6f300..864070d 100755 --- a/build.sh +++ b/build.sh @@ -27,8 +27,10 @@ else elif [[ $VERSION == "${TRAVIS_BRANCH%-*}" ]]; then TAGS="-t $DOCKER_REPO:$TRAVIS_BRANCH -t $DOCKER_REPO:$VERSION -t $DOCKER_REPO:$VERSION_SHORT" # we build a other branch than master - elif [[ -n $TRAVIS_BRANCH ]]; then - TAGS="-t $DOCKER_REPO:$TRAVIS_BRANCH" + # disabled for now cause it breaks Travis CI builds of dependabot + # https://travis-ci.org/github/factoriotools/factorio-docker/jobs/688176474#L182 + # elif [[ -n $TRAVIS_BRANCH ]]; then + # TAGS="-t $DOCKER_REPO:$TRAVIS_BRANCH" fi else # we are not in CI and tag version and version short