Skip to content

Commit

Permalink
add context to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed May 19, 2019
1 parent 059d626 commit 72e1d96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -39,6 +39,7 @@ jobs:


steps: steps:
- setup_remote_docker - setup_remote_docker
- run: docker login -u $DOCKER_USER -p $DOCKER_PASS
- run: git config --global user.email "circleci@schuwalow.com" - run: git config --global user.email "circleci@schuwalow.com"
- run: git config --global user.name "cicleci" - run: git config --global user.name "cicleci"


Expand Down Expand Up @@ -67,5 +68,6 @@ workflows:
only: only:
- develop - develop
- release: - release:
context: global
requires: requires:
- approve-release - approve-release

0 comments on commit 72e1d96

Please sign in to comment.