Will this fix Jenkins?
This commit is contained in:
@@ -10,7 +10,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )" # dir!
|
|||||||
cd "$DIR" >/dev/null # work from main mgmt directory
|
cd "$DIR" >/dev/null # work from main mgmt directory
|
||||||
make build
|
make build
|
||||||
MGMT="$DIR/test/shell/mgmt"
|
MGMT="$DIR/test/shell/mgmt"
|
||||||
cp -a "$DIR/mgmt" "$MGMT" # put a copy there
|
cp -a "$DIR/mgmt" "$MGMT" || cp -a "$GOBIN/mgmt" "$MGMT" # put a copy there
|
||||||
failures=""
|
failures=""
|
||||||
count=0
|
count=0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user