Metric push is working.

This commit is contained in:
Will Rouesnel 2018-11-11 22:53:38 +11:00
parent 4a74bf13f6
commit c9ba19e6fd
No known key found for this signature in database
GPG Key ID: 72DC65802A1091C5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then docker push wrouesnel/postgres_exporter
; fi
- ./postgres-metrics-get-changes.sh .assets-branch/metriclists
- if [ "$TRAVIS_BRANCH" == "support_shell_fixes" ]; then ./gh-metrics-push.sh ; fi
- if [ "$TRAVIS_BRANCH" == "master" ]; then ./gh-metrics-push.sh ; fi
env:
global:
- DOCKER_USER=wrouesnel