Skip to content

Commit

Permalink
Set the TASK variable when running lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
jolting committed Oct 20, 2018
1 parent 8bff2b0 commit 4b29842
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Expand Up @@ -55,7 +55,11 @@ jobs:
steps:
- checkout
- run: pip install --user -r travis/python_reqs.txt
- run: bash travis/check_style.sh
- run:
name: Run lint task
command: bash travis/check_style.sh
environment:
TASK: lint

workflows:
version: 2
Expand Down

0 comments on commit 4b29842

Please sign in to comment.