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

Commit 9ef61e9

Browse files
committed
build: no godep
It's unnecessary to use godep when all you need is to set GOPATH.
1 parent 94c651f commit 9ef61e9

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)