agregar repro-build y repro-run.json
This commit is contained in:
parent
17560621e0
commit
07d276b2a3
2 changed files with 6 additions and 0 deletions
5
repro-build
Executable file
5
repro-build
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh -xe
|
||||
apk add --quiet git go
|
||||
git clone --quiet file:///src repo
|
||||
cd repo
|
||||
go build .
|
1
repro-run.json
Normal file
1
repro-run.json
Normal file
|
@ -0,0 +1 @@
|
|||
{ "Command": "/src/repro-build", "Cache": ["/home/repro/.cache/go-build"] }
|
Loading…
Reference in a new issue