changes on circleci to .circleci/config.yml,

This commit is contained in:
Alex Collins 2019-10-31 10:33:57 -07:00
parent df4bd13c87
commit b89c19a7fc

View file

@ -12,8 +12,11 @@ jobs:
steps:
- checkout
- run: pwd
- run: ls
- run: GIT_PUSH=true ./scripts/publish.sh
- run: ls scripts
- run:
command: ./scripts/publish.sh
environment:
- GIT_PUSH: "true"
workflows:
version: 2
workflow:
@ -22,7 +25,7 @@ workflows:
- publish:
requires:
- lint
filters:
filters:
branches:
only:
- circleci
only:
- circleci