mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ensuring bin directory exists before copying
This commit is contained in:
@@ -15,5 +15,8 @@ fi
|
||||
echo "--> Installing with tags: $TAGS"
|
||||
go install -ldflags "-X $LDFLAG" -tags "${TAGS}"
|
||||
|
||||
echo "--> Ensuring bin directory exists..."
|
||||
mkdir -p bin
|
||||
|
||||
echo "--> Copying to bin"
|
||||
cp $GOPATH/bin/nomad bin/nomad
|
||||
|
||||
Reference in New Issue
Block a user