Skip to content

Commit c9ba19e

Browse files
committed
Metric push is working.
1 parent 4a74bf1 commit c9ba19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ after_success:
2323
- if [ "$TRAVIS_BRANCH" == "master" ]; then docker push wrouesnel/postgres_exporter
2424
; fi
2525
- ./postgres-metrics-get-changes.sh .assets-branch/metriclists
26-
- if [ "$TRAVIS_BRANCH" == "support_shell_fixes" ]; then ./gh-metrics-push.sh ; fi
26+
- if [ "$TRAVIS_BRANCH" == "master" ]; then ./gh-metrics-push.sh ; fi
2727
env:
2828
global:
2929
- DOCKER_USER=wrouesnel

0 commit comments

Comments
 (0)