Skip to content

Commit

Permalink
Simplify bash
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Ross <[email protected]>
  • Loading branch information
dinagraves and grayside authored Apr 22, 2021
1 parent d9edcab commit 98c9a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang-sample/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
- -c
- |
go get -u github.com/jstemmer/go-junit-report
2>&1 go test -timeout 1m -v "${1:-./...}" | tee sponge.log
2>&1 go test -timeout 1m -v ./... | tee sponge.log
/go/bin/go-junit-report -set-exit-code < sponge.log > ${SHORT_SHA}_test_log.xml
# Docker Build
Expand Down

0 comments on commit 98c9a91

Please sign in to comment.