mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Merge pull request #3 from hackclub/circleci-dryrun
Rename build step to dry-run
This commit is contained in:
commit
84e40a0e89
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue