- Starting over. Did not publish before deleting to test.
This commit is contained in:
parent
d757539d3c
commit
da7fdfc8b3
@ -1,7 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# Make sure we have the version of Go we want to depend on, either from the
|
# Make sure we have the version of Go we want to depend on, either from the
|
||||||
# system or one we grab ourselves.
|
# system or one we grab ourselves.
|
||||||
. script/ensure-go-installed
|
. script/ensure-go-installed
|
||||||
@ -13,4 +11,5 @@ set -x
|
|||||||
rm -rf .gopath
|
rm -rf .gopath
|
||||||
mkdir -p .gopath/src/github.com/github
|
mkdir -p .gopath/src/github.com/github
|
||||||
ln -s "$PWD" .gopath/src/github.com/github/gh-ost
|
ln -s "$PWD" .gopath/src/github.com/github/gh-ost
|
||||||
export GOPATH=$PWD/.gopath:$GOPATH
|
|
||||||
|
. ./script/env
|
||||||
|
Loading…
Reference in New Issue
Block a user