Skip to content

Commit

Permalink
remove dep from make
Browse files Browse the repository at this point in the history
  • Loading branch information
msolimans committed Jan 7, 2019
1 parent cccd334 commit 9346026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ integration:
rm /tmp/confd-*; \
done

dep:
@dep ensure
mod:
@go mod tidy

release:
@docker build -q -t confd_builder -f Dockerfile.build.alpine .
Expand Down

0 comments on commit 9346026

Please sign in to comment.