Skip to content

Commit

Permalink
fixed VERSION.txt file (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronnewman authored Apr 19, 2020
1 parent 776daaa commit a79262d
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 @@ -53,7 +53,7 @@ else
endif

.PHONY: build
build: test
build: version test
@echo "Building"

docker run -it --rm \
Expand All @@ -64,7 +64,7 @@ build: test
@echo "Completed build"

.PHONY: release
release:
release:
@echo "Releasing"

docker run -it --rm \
Expand Down

0 comments on commit a79262d

Please sign in to comment.