Skip to content

Commit

Permalink
Merge pull request #6 from josegonzalez/master
Browse files Browse the repository at this point in the history
fix: set env vars so builds proceed correctly
  • Loading branch information
josegonzalez authored Jul 29, 2018
2 parents 80494b4 + 8df4bce commit 861a711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ targets = $(addsuffix -in-docker, $(LIST))
.env.docker:
@rm -f .env.docker
@touch .env.docker
@echo "CIRCLE_BRANCH=$(CIRCLE_BRANCH)" >> .env.docker
@echo "IMAGE_NAME=$(IMAGE_NAME)" >> .env.docker
@echo "PACKAGECLOUD_TOKEN=$(PACKAGECLOUD_API_TOKEN)" >> .env.docker
@echo "VERSION=$(VERSION)" >> .env.docker

build:
@$(MAKE) deps
Expand Down

0 comments on commit 861a711

Please sign in to comment.