diff --git a/push_reports.sh b/push_reports.sh index 14aa8df..995a65a 100755 --- a/push_reports.sh +++ b/push_reports.sh @@ -17,7 +17,7 @@ export COMMIT_ID=$(git rev-parse HEAD) export COMMIT_SHORT=${COMMIT_ID:0:8} export BUILD_DATE_TIME=$(git rev-parse HEAD | git show -s --format=%ci) -sed -i 's^^\n'"$COMMIT_SHORT"'(VEHR) : ('"$BUILD_DATE_TIME"') Surefire test reports Cucumber test reports Travis CI build Travis CI build log(raw)
^g' travis-reports/index.html +sed -i 's^^\n'"$COMMIT_SHORT"' (VEHR) : ('"$BUILD_DATE_TIME"') Surefire test reports Cucumber test reports Travis CI build Travis CI build log(raw)
^g' travis-reports/index.html cd travis-reports/ # descend into temp git repo dir so that you can push to reports github page cp ../target/site -r ./site_$COMMIT_SHORT