Skip to content

Commit

Permalink
Fix CI tag
Browse files Browse the repository at this point in the history
  • Loading branch information
axcdnt committed Jul 15, 2019
1 parent fa1c44e commit 40fdd37
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Temporary Items
.apdisk

# Binary Releases
releases/
release/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LINUX := linux
DARWIN := darwin
OSARCH := amd64
TRAVIS_TAG ?= $(shell git rev-list -1 HEAD)
TRAVIS_TAG ?= $(shell git describe --abbrev=0)

.PHONY: check format test build

Expand Down
Binary file removed release/snitch-darwin-amd64
Binary file not shown.
Binary file removed release/snitch-linux-amd64
Binary file not shown.

0 comments on commit 40fdd37

Please sign in to comment.