We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a74bf1 commit c9ba19eCopy full SHA for c9ba19e
.travis.yml
@@ -23,7 +23,7 @@ after_success:
23
- if [ "$TRAVIS_BRANCH" == "master" ]; then docker push wrouesnel/postgres_exporter
24
; fi
25
- ./postgres-metrics-get-changes.sh .assets-branch/metriclists
26
-- if [ "$TRAVIS_BRANCH" == "support_shell_fixes" ]; then ./gh-metrics-push.sh ; fi
+- if [ "$TRAVIS_BRANCH" == "master" ]; then ./gh-metrics-push.sh ; fi
27
env:
28
global:
29
- DOCKER_USER=wrouesnel
0 commit comments