Skip to content

Commit

Permalink
fix build binary path
Browse files Browse the repository at this point in the history
Signed-off-by: lwsanty <lwsanty@gmail.com>
  • Loading branch information
lwsanty committed Sep 18, 2019
1 parent 3bf7f4b commit 01cf127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ deploy:
tags: true

after_deploy:
- cd cmd/native-driver-performance/ ; CGO_ENABLED=0 go build -o ../../build/native-driver-performance ; cd ../..
- cd cmd/native-driver-performance/ ; CGO_ENABLED=0 go build -o ../../build/bin/native-driver-performance ; cd ../..
- DOCKER_PUSH_MASTER=1 make docker-push-latest-release

0 comments on commit 01cf127

Please sign in to comment.