Skip to content

Commit b0c124c

Browse files
committed
rm cache ref
1 parent 3398855 commit b0c124c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ workflows:
187187
install_sbt_version: 1.8.2
188188
cmd: |
189189
sbt "scalafmtCheckAll;scalafmtSbtCheck;scapegoat;scalafixEnable;scalafix --test"
190-
cache_prefix: *cache_prefix
191190
requires:
192191
- compile
193192
- codacy/sbt:
@@ -295,7 +294,7 @@ workflows:
295294
# nightly:
296295
# triggers:
297296
# - schedule:
298-
# cron: "0 0 * * *" # Every day At minute 00:00
297+
# cron: "0 0 * * *" # Every day "At minute 00:00"
299298
# filters:
300299
# branches:
301300
# only:

0 commit comments

Comments
 (0)