More workflow fixes.
This commit is contained in:
parent
0a7b56a46f
commit
4fea576345
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
version: 2
|
||||
version: 2.0
|
||||
|
||||
jobs:
|
||||
checkout_code:
|
||||
docker:
|
||||
|
@ -9,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
|
||||
build:
|
||||
build_gradle:
|
||||
working_directory: ~/repo
|
||||
|
||||
environment:
|
||||
|
@ -78,7 +79,7 @@ workflows:
|
|||
build_gradle_and_kobalt:
|
||||
jobs:
|
||||
- checkout_code
|
||||
- build
|
||||
- build_gradle
|
||||
requires:
|
||||
- checkout_code
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue