Skip to content

Commit

Permalink
[FABRIC-7605] exporter binary for windows was missing .exe extention …
Browse files Browse the repository at this point in the history
…in .travis.yml (#59)
  • Loading branch information
vgupta-mickey authored and spiegela committed Mar 19, 2019
1 parent a79847d commit 7d42ddf
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 @@ -28,7 +28,7 @@ deploy:
file:
- bin/zookeeper-exporter-linux-amd64
- bin/zookeeper-exporter-darwin-amd64
- bin/zookeeper-exporter-windows-amd64
- bin/zookeeper-exporter-windows-amd64.exe
skip_cleanup: true
on:
branch: master
Expand Down

0 comments on commit 7d42ddf

Please sign in to comment.