agregar repro-build y repro-run.json

This commit is contained in:
Cat /dev/Nulo 2023-01-22 10:15:19 -03:00
parent 17560621e0
commit 07d276b2a3
2 changed files with 6 additions and 0 deletions

5
repro-build Executable file
View 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
View File

@ -0,0 +1 @@
{ "Command": "/src/repro-build", "Cache": ["/home/repro/.cache/go-build"] }