Skip to content

Commit

Permalink
Update circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Jun 16, 2019
1 parent 90f496a commit 4efad3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
key: gradle-{{ checksum "build.gradle.kts" }}
- run:
name: Build image and push to repository
command: ./gradlew -q jib
command: ./gradlew jib
- save_cache:
paths:
- ~/.gradle
Expand Down

0 comments on commit 4efad3b

Please sign in to comment.