Skip to content

Commit

Permalink
Use godep in go1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
monochromegane committed Aug 27, 2016
1 parent 7256d24 commit 509368a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
- script:
name: goxc build & archive
code: |
export GO15VENDOREXPERIMENT=0
mkdir Godeps/_workspace
GODEPPATH=`godep path`
export GOPATH="$GODEPPATH:$GOPATH"
goxc -tasks='xc archive' -bc 'linux windows darwin' -d $WERCKER_OUTPUT_DIR/ -resources-include='README*' -n pt
Expand Down

0 comments on commit 509368a

Please sign in to comment.