Skip to content

Commit

Permalink
Merge pull request #8 from josegonzalez/master
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
josegonzalez authored Jul 29, 2018
2 parents 78ce350 + fb087ac commit 1fc361a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
command: |
if [[ "$CIRCLE_BRANCH" == "release" ]]; then
make release-in-docker
PACKAGECLOUD_REPOSITORY=dokku/dokku make release-packagecloud-in-docker
export PACKAGECLOUD_REPOSITORY=dokku/dokku
make release-packagecloud-in-docker
else
make release-packagecloud-in-docker
fi
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER = josegonzalez
MAINTAINER_NAME = Jose Diaz-Gonzalez
REPOSITORY = go-procfile-util
HARDWARE = $(shell uname -m)
BASE_VERSION ?= 0.1.0
BASE_VERSION ?= 0.1.1
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down Expand Up @@ -35,6 +35,7 @@ targets = $(addsuffix -in-docker, $(LIST))
@echo "CIRCLE_BRANCH=$(CIRCLE_BRANCH)" >> .env.docker
@echo "GITHUB_ACCESS_TOKEN=$(GITHUB_ACCESS_TOKEN)" >> .env.docker
@echo "IMAGE_NAME=$(IMAGE_NAME)" >> .env.docker
@echo "PACKAGECLOUD_REPOSITORY=$(PACKAGECLOUD_REPOSITORY)" >> .env.docker
@echo "PACKAGECLOUD_TOKEN=$(PACKAGECLOUD_API_TOKEN)" >> .env.docker
@echo "VERSION=$(VERSION)" >> .env.docker

Expand Down

0 comments on commit 1fc361a

Please sign in to comment.