downloader/repro-build
Nulo c7926b4c50
All checks were successful
repro-run Corre repro-run.json
repro-run
2023-01-22 13:39:06 -03:00

9 lines
146 B
Bash
Executable file

#!/bin/sh -xe
apk add --quiet git go
git clone --quiet file:///src repo
cd repo
go build .
apk add --quiet file
file downloader
du -h downloader