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 d1c1435 commit 05a13b8Copy full SHA for 05a13b8
.scripts/docker_build.sh
@@ -7,9 +7,9 @@
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 build -t apinf/platform:$DOCKER_TAG .
+#docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
+#docker push apinf/platform:$DOCKER_TAG
+#fi
0 commit comments