Skip to content

Commit

Permalink
updated buildscript to get updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darkcrux committed Jul 3, 2015
1 parent 2b0f40b commit 429b7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
go get github.com/AcalephStorage/consul-alerts
go get -u github.com/AcalephStorage/consul-alerts
make clean release
2 changes: 1 addition & 1 deletion .buildkite-release
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

go get github.com/AcalephStorage/consul-alerts
go get -u github.com/AcalephStorage/consul-alerts
make clean release VERSION=$RELEASE_VERSION

mkdir ./release
Expand Down

0 comments on commit 429b7b0

Please sign in to comment.