Skip to content

Commit

Permalink
Merge pull request #552 from ripienaar/misc_nightly_fail
Browse files Browse the repository at this point in the history
(misc) attempt to fix nightly build failures
  • Loading branch information
ripienaar authored Mar 3, 2019
2 parents 94ebcdc + d3db774 commit 2cb393c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packager/buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ foss:
pre:
- rm additional_agent_*.go || true
- rm plugin_*.go || true
- GOOS=linux GOARCH=amd64 go generate
- go generate

64bit_linux:
os: linux
Expand All @@ -38,6 +38,8 @@ foss:
output: choria-{{version}}-{{os}}-{{arch}}.exe
os: windows
arch: amd64
pre:
- GOOS=linux GOARCH=amd64 go generate

packages:
defaults:
Expand Down

0 comments on commit 2cb393c

Please sign in to comment.