This commit is contained in:
10
scripts/workers/go-junit-report.sh
Executable file
10
scripts/workers/go-junit-report.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
go_junit_report_version=2.1.0
|
||||
|
||||
cd /tmp
|
||||
git clone https://github.com/jstemmer/go-junit-report.git
|
||||
cd go-junit-report || exit 1
|
||||
git checkout "v${go_junit_report_version}"
|
||||
go build -o /usr/local/bin/go-junit-report .
|
||||
rm -rf /tmp/go-junit-report
|
||||
Reference in New Issue
Block a user