File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ after_success:
22
22
; docker push wrouesnel/postgres_exporter:$TRAVIS_TAG ; fi
23
23
- if [ "$TRAVIS_BRANCH" == "master" ]; then docker push wrouesnel/postgres_exporter
24
24
; fi
25
- - ./postgres-metrics-get-changes.sh .assets-branch
25
+ - ./postgres-metrics-get-changes.sh .assets-branch/metriclists
26
26
- if [ "$TRAVIS_BRANCH" == "support_shell_fixes" ]; then ./gh-metrics-push.sh ; fi
27
27
env :
28
28
global :
Original file line number Diff line number Diff line change @@ -16,17 +16,13 @@ mkdir -p "$METRICS_DIR/"
16
16
# Remove old files so we spot deletions
17
17
rm -f " $METRICS_DIR /.*.unique"
18
18
19
- ls -la
20
-
21
19
# Copy new files
22
20
cp -f -t " $METRICS_DIR /" ./.metrics.* .prom.unique || exit 1
23
21
24
22
# Enter the assets dir and push.
25
23
cd " $ASSETS_DIR " || exit 1
26
24
27
- ls -laR
28
-
29
- git add " $METRICS_DIR " || exit 1
25
+ git add " metriclists" || exit 1
30
26
git commit -m " Added unique metrics for build from $version " || exit 1
31
27
git push origin " $GIT_ASSETS_BRANCH " || exit 1
32
28
You can’t perform that action at this time.
0 commit comments