Skip to content

Commit

Permalink
build: no godep
Browse files Browse the repository at this point in the history
It's unnecessary to use godep when all you need is to set GOPATH.
  • Loading branch information
bcwaldon committed Aug 22, 2014
1 parent 94c651f commit 9ef61e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e

echo "Building systemd-docker..."
godep go build -o bin/systemd-docker .
GOPATH=$(pwd)/Godeps/_workspace go build -o bin/systemd-docker .

0 comments on commit 9ef61e9

Please sign in to comment.