Merge pull request #3 from hackclub/circleci-dryrun

Rename build step to dry-run
This commit is contained in:
Zach Latta 2018-02-26 15:35:58 -08:00 committed by GitHub
commit 84e40a0e89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
version: 2
jobs:
build:
dry-run:
docker:
- image: python:2.7
steps:
@ -25,12 +25,12 @@ jobs:
workflows:
version: 2
build-and-deploy:
dry-run-and-deploy:
jobs:
- build
- dry-run
- deploy:
requires:
- build
- dry-run
filters:
branches:
only: master