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>
pull/360/head
Joshua Fernandes 5 years ago committed by GitHub
parent d7d82e417d
commit f12c92ec58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .circleci/config.yml
  2. BIN
      docker/tests/goss-linux-amd64

@ -172,6 +172,7 @@ jobs:
name: test image name: test image
command: | command: |
mkdir -p docker/reports 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 ./gradlew --no-daemon testDocker
publish: publish:

Binary file not shown.
Loading…
Cancel
Save