We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dep
1 parent 8cfd20f commit 1e6b348Copy full SHA for 1e6b348
1 file changed
script/bootstrap
@@ -12,15 +12,7 @@ if [[ "$(uname -s)" = "Darwin" ]]; then
12
fi
13
. script/ensure-go-installed.sh
14
15
-go get -u github.com/golang/dep/cmd/dep
16
-
17
BASE="$GOPATH/src/github.com/github/git-sizer"
18
rm -f "$BASE"
19
mkdir -p $(dirname "$BASE")
20
ln -s "$(pwd)/src" "$BASE"
21
22
-(
23
- cd $BASE
24
- "$GOPATH/bin/dep" ensure
25
- "$GOPATH/bin/dep" prune
26
-)
0 commit comments