From af364847f0a8ab4bc99ce2f171c7c0426acbc2ef Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 29 Oct 2017 22:47:50 -0700 Subject: [PATCH] Fixed spacing. --- .circleci/config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 279d5a2..875e56a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" }} \ No newline at end of file + key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }} \ No newline at end of file