Closed tmcpro closed 7 years ago
@tmcpro I "solved" it by just downloading the binary release on CircleCI instead:
- curl -Ls https://github.com/EagerIO/Stout/releases/download/v1.3.1/stout-linux > stout
Works flawlessly.
@ajoslin worked. Will make a PR tomorrow with updated CI files
@zackbloom no way to always get latest this way to download so will not update the readme.
Running the example circle.yml in the docs with a fresh repo and CircleCI account keeps failing.
Failing command: cd Stout; godep go build -o ../stout src/*.go Exit code: 1
Output:
cd Stout; godep go build -o ../stout src/*.go returned exit code 1
Action failed: cd Stout; godep go build -o ../stout src/*.go