Skip to content

Commit

Permalink
Merge pull request #78 from schemahero/unique-fixtures
Browse files Browse the repository at this point in the history
Update CI for release
  • Loading branch information
marccampbell committed Aug 14, 2019
2 parents 84dfada + 7f13d03 commit 3c5cf73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ steps:
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
- "GITHUB_TOKEN_SCHEMAHERO"
- GITHUB_TOKEN_REPLICATEDBOT
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ microk8s:
docker push localhost:32000/schemahero/schemahero:latest

.PHONY: release
release: export GITHUB_TOKEN=$$GITHUB_TOKEN_SCHEMAHERO
release: export GITHUB_TOKEN = $(shell echo ${GITHUB_TOKEN_REPLICATEDBOT})
release:
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml

Expand Down

0 comments on commit 3c5cf73

Please sign in to comment.