Skip to content

Commit

Permalink
Change source to .
Browse files Browse the repository at this point in the history
  • Loading branch information
Poleszczyk committed Aug 8, 2021
1 parent fe2ffe4 commit 57e2af2
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 @@ -41,8 +41,8 @@ circleci: ## Note: This expects you to have circleci cli installed locally

.PHONY: get-versions
get-versions:
$(eval DOCKERFILE_VERSION := $(shell source versions.env && echo $$DOCKERFILE_VERSION))
$(eval SWISNAP_VERSION := $(shell source versions.env && echo $$SWISNAP_VERSION))
$(eval DOCKERFILE_VERSION := $(shell . versions.env && echo $$DOCKERFILE_VERSION))
$(eval SWISNAP_VERSION := $(shell . versions.env && echo $$SWISNAP_VERSION))
$(eval TAG_VERSION := $(DOCKERFILE_VERSION)_$(SWISNAP_VERSION))
$(info DOCKERFILE version: $(DOCKERFILE_VERSION))
$(info SWISNAP version: $(SWISNAP_VERSION))
Expand Down

0 comments on commit 57e2af2

Please sign in to comment.