We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da0cbc commit 0454c5eCopy full SHA for 0454c5e
1 file changed
build.sh
@@ -7,8 +7,6 @@ buildpath=
7
builddir=
8
9
function setuptree() {
10
- mkdir -p $buildpath
11
- rm -rf ${buildpath:?}/*
12
b=$( mktemp -d $buildpath/gh-ostXXXXXX ) || return 1
13
mkdir -p $b/gh-ost
14
mkdir -p $b/gh-ost/usr/bin
@@ -65,6 +63,7 @@ main() {
65
63
ldflags="-X main.AppVersion=${RELEASE_VERSION}"
66
64
67
mkdir -p ${buildpath}
+ rm -rf ${buildpath:?}/*
68
build macOS osx darwin amd64
69
build GNU/Linux linux linux amd64
70
0 commit comments