Skip to content

Commit

Permalink
fix: circleci yaml indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurarpit Singh committed Jul 13, 2019
1 parent 0325416 commit 35b1365
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ jobs:
# TODO: add GH_TOKEN env var
docker:
- image: circleci/node:10
steps:
- *ATTACH_WORKSPACE
- run: git status
# git complains if you don't set an email for some reason
- run: git config user.email "dazn-bot@dazn.com"
- run: npm run new-version
steps:
- *ATTACH_WORKSPACE
- run: git status
# git complains if you don't set an email for some reason
- run: git config user.email "dazn-bot@dazn.com"
- run: npm run new-version
publish:
docker:
- image: circleci/node:10
steps:
- *ATTACH_WORKSPACE
- run: npm run new-version
steps:
- *ATTACH_WORKSPACE
- run: npm run new-version
workflows:
main:
jobs:
Expand Down

0 comments on commit 35b1365

Please sign in to comment.