Change build name
This commit is contained in:
parent
6cb939c1b5
commit
30241a5ec5
|
@ -1,7 +1,7 @@
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/php:7.1
|
- image: circleci/php:7.1
|
||||||
steps:
|
steps:
|
||||||
|
@ -39,7 +39,7 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_test_and_deploy:
|
build_test_and_deploy:
|
||||||
jobs:
|
jobs:
|
||||||
- build_and_test
|
- build
|
||||||
- deploy:
|
- deploy:
|
||||||
requires:
|
requires:
|
||||||
- build_and_test
|
- build
|
||||||
|
|
Reference in a new issue