Skip to content
Snippets Groups Projects
Commit 1373259a authored by Darren's avatar Darren
Browse files

Merge pull request #3 from bcwaldon/build-without-godep

Remove godep from ./build
parents 94c651f3 9ef61e97
No related branches found
No related tags found
No related merge requests found
#!/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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment