Add metric change tracking scripts.

This commit is contained in:
Will Rouesnel
2018-11-11 16:56:36 +11:00
parent a2a2a1df2d
commit df0bb41a13
6 changed files with 67 additions and 29 deletions

View File

@@ -22,6 +22,8 @@ after_success:
; docker push wrouesnel/postgres_exporter:$TRAVIS_TAG ; fi
- if [ "$TRAVIS_BRANCH" == "master" ]; then docker push wrouesnel/postgres_exporter
; fi
- ./postgres-metrics-get-changes.sh
- if [ "$TRAVIS_BRANCH" == "support_shell_fixes" ]; then ./gh-metrics-push.sh ; fi
env:
global:
- DOCKER_USER=wrouesnel