Skip to content

Commit

Permalink
fix shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Ghiloni committed Sep 30, 2019
1 parent e6801e4 commit a12e2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tasks/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ run:
[ "$os" = "windows" ] && ext='.exe'
GOOS=$os GOARCH=amd64 go build \
-ldflags "-X github.com/jghiloni/service-auditor-plugin/foundation.Version=$(cat ../version/version)" \
-o binaries/service-auditor-plugin-$os$ext
-o ../binaries/service-auditor-plugin-$os$ext
done

0 comments on commit a12e2fd

Please sign in to comment.