Fixed spacing.
This commit is contained in:
parent
0b7837d929
commit
af364847f0
1 changed files with 5 additions and 3 deletions
|
@ -17,9 +17,11 @@ jobs:
|
|||
- kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
||||
# fallback to using the latest cache if no exact match is found
|
||||
- kobalt-dependencies-
|
||||
|
||||
- run:
|
||||
name: Assemble
|
||||
command: ./kobaltw assemble
|
||||
name: Kobalt Assemble
|
||||
command: ./kobaltw assemble
|
||||
|
||||
- save_cache:
|
||||
paths: ~/.kobalt
|
||||
key: gradle-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
||||
key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
Loading…
Add table
Add a link
Reference in a new issue