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" }}
|
- kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
||||||
# fallback to using the latest cache if no exact match is found
|
# fallback to using the latest cache if no exact match is found
|
||||||
- kobalt-dependencies-
|
- kobalt-dependencies-
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Assemble
|
name: Kobalt Assemble
|
||||||
command: ./kobaltw assemble
|
command: ./kobaltw assemble
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths: ~/.kobalt
|
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