Fixed typo.
This commit is contained in:
parent
78bb7ff692
commit
e2bb3c0a3d
1 changed files with 3 additions and 3 deletions
|
@ -19,13 +19,13 @@ jobs:
|
||||||
- kobalt-dependencies-
|
- kobalt-dependencies-
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Kobalt Check Versions
|
name: Check Versions
|
||||||
command: ./kobaltw CheckVersions
|
command: ./kobaltw checkVersions
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths: ~/.kobalt
|
paths: ~/.kobalt
|
||||||
key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Kobalt Assemble
|
name: Assemble
|
||||||
command: ./kobaltw assemble
|
command: ./kobaltw assemble
|
Loading…
Add table
Add a link
Reference in a new issue