Skip to content
Snippets Groups Projects
Unverified Commit e838d8fa authored by Ben Kochie's avatar Ben Kochie Committed by GitHub
Browse files

Merge pull request #214 from cloudalchemy/superq/envs

Fix circleci ENV
parents e6a43649 c54ed14b
No related branches found
No related tags found
No related merge requests found
......@@ -46,12 +46,12 @@ jobs:
fi
release:
executor: publisher
environment:
PROJECT_USERNAME: $CIRCLE_PROJECT_USERNAME
PROJECT_REPONAME: $CIRCLE_PROJECT_REPONAME
steps:
- checkout
- run: create_release
- run: |
PROJECT_USERNAME="${CIRCLE_PROJECT_USERNAME}" \
PROJECT_REPONAME="${CIRCLE_PROJECT_REPONAME}" \
create_release
galaxy:
executor: python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment