Circle requires build job name

This commit is contained in:
Filip Maciejewski 2019-05-09 02:30:39 +02:00
parent 61a881aecd
commit 38bf27e93f
No known key found for this signature in database
GPG Key ID: 53D1504CC3DBCD46
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
name: Validate Config style
command: python tools/config_style_checker.py
pack:
build:
docker:
- image: circleci/node
steps:
@ -33,5 +33,5 @@ workflows:
version: 2
build:
jobs:
- pack
- build
- validate