Skip to content

Commit

Permalink
Rebase onto develop, Add to unit-test to release
Browse files Browse the repository at this point in the history
This commit
- Just rebased this PR onto infracloudio:develop 
- adds `unit-test` to `make release`

Signed-off-by: Aananth K <aananthraj1995@gmail.com>
  • Loading branch information
codenio committed Aug 8, 2019
1 parent 94cf7bc commit 414e9f3
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 @@ -6,8 +6,8 @@ TAG=$(shell cut -d'=' -f2- .release)

#Docker Tasks
#Make a release
release: check-git-status container-image tag-image publish git-tag
@echo "Successfully released version $(TAG)"
release: check-git-status unit-test container-image tag-image publish git-tag
@echo "Successfully releeased version $(TAG)"

#Create a git tag
git-tag:
Expand Down

0 comments on commit 414e9f3

Please sign in to comment.