Skip to content

Commit

Permalink
fix: comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas GRUSON committed May 31, 2021
1 parent 7e5dfdd commit 0a7aa92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ build-web-ui: ## Build ara-web-ui
build-api: ## Build ara-api
@echo '-- Build API image --'
@$(eval FULL_IMAGE = $(API_IMAGE):$(API_VERSION))
#$(MAKE) -C api mvn-install
#$(MAKE) -C api mvn-build-image FULL_IMAGE=$(FULL_IMAGE)
$(MAKE) -C api mvn-install
$(MAKE) -C api mvn-build-image FULL_IMAGE=$(FULL_IMAGE)
@./tools/docker-tags-version.sh "$(API_IMAGE)" "$(API_VERSION)" "$(PUBLISH)"

#####################################
Expand Down

0 comments on commit 0a7aa92

Please sign in to comment.