Skip to content

Commit

Permalink
Fix .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Feb 18, 2018
1 parent 7e2b568 commit 7b30343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*
!binaries/linux_x86_64/tj
!cmd
!pkg
!Makefile
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 6.0.1
VERSION = 6.0.2

PACKAGES := $(shell go list -f {{.Dir}} ./...)
GOFILES := $(addsuffix /*.go,$(PACKAGES))
Expand Down

0 comments on commit 7b30343

Please sign in to comment.