add the binary on ci at build time, dont need it to be in the code base (#359)

Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net>
This commit is contained in:
Joshua Fernandes
2020-02-04 07:53:49 +10:00
committed by GitHub
parent d7d82e417d
commit f12c92ec58
2 changed files with 1 additions and 0 deletions

View File

@@ -172,6 +172,7 @@ jobs:
name: test image
command: |
mkdir -p docker/reports
curl -L https://github.com/aelsabbahy/goss/releases/download/v0.3.9/goss-linux-amd64 -o ./docker/tests/goss-linux-amd64
./gradlew --no-daemon testDocker
publish:

Binary file not shown.