Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Ensure bin directory is created in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ammario committed Apr 27, 2019
1 parent dd4825b commit c989459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build.sh
Expand Up @@ -3,6 +3,8 @@ export GOARCH=amd64

tag=$(git describe --tags)

mkdir -p bin

build(){
tmpdir=$(mktemp -d)
go build -ldflags "-X main.version=${tag}" -o $tmpdir/sshcode
Expand Down

0 comments on commit c989459

Please sign in to comment.