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 8622cbb commit 16890a9Copy full SHA for 16890a9
.travis.yml
@@ -46,7 +46,7 @@ after_deploy:
46
docker push ikuosu/influxgraph:${TRAVIS_TAG};
47
after_success:
48
- coveralls
49
- - if [ "$TRAVIS_BRANCH" == "master" ]; then
+ - if [ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]; then
50
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" &&
51
cd docker &&
52
docker build -t ikuosu/influxgraph:latest . &&
0 commit comments