Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 1373259

Browse files
Merge pull request #3 from bcwaldon/build-without-godep
Remove godep from ./build
2 parents 94c651f + 9ef61e9 commit 1373259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash -e
22

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

0 commit comments

Comments
 (0)