Skip to content

Commit 05a13b8

Browse files
Update docker_build.sh
forcing docker build in PR
1 parent d1c1435 commit 05a13b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.scripts/docker_build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
set -ev
99

10-
if [ "${TRAVIS_PULL_REQUEST}" = "false" -a "${TRAVIS_REPO_SLUG}" = "apinf/platform" ]
11-
then
12-
docker build -t apinf/platform:$DOCKER_TAG .
13-
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
14-
docker push apinf/platform:$DOCKER_TAG
15-
fi
10+
#if [ "${TRAVIS_PULL_REQUEST}" = "false" -a "${TRAVIS_REPO_SLUG}" = "apinf/platform" ]
11+
#then
12+
docker build -t apinf/platform:$DOCKER_TAG .
13+
#docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
14+
#docker push apinf/platform:$DOCKER_TAG
15+
#fi

0 commit comments

Comments
 (0)