We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0e2ff commit bc28f3dCopy full SHA for bc28f3d
.scripts/docker_build.sh
@@ -7,9 +7,10 @@
7
8
set -ev
9
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
+
+if [ "${TRAVIS_PULL_REQUEST}" = "false" -a "${TRAVIS_REPO_SLUG}" = "apinf/platform" ]
+then
+docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
+docker push apinf/platform:$DOCKER_TAG
16
+fi
0 commit comments