diff --git a/repro-build b/repro-build new file mode 100755 index 0000000..5f319e9 --- /dev/null +++ b/repro-build @@ -0,0 +1,5 @@ +#!/bin/sh -xe +apk add --quiet git go +git clone --quiet file:///src repo +cd repo +go build . diff --git a/repro-run.json b/repro-run.json new file mode 100644 index 0000000..ab20866 --- /dev/null +++ b/repro-run.json @@ -0,0 +1 @@ +{ "Command": "/src/repro-build", "Cache": ["/home/repro/.cache/go-build"] }