mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
QQQ-14 syntax fix for restore_cache
This commit is contained in:
@ -26,10 +26,11 @@ commands:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
- usr-lib-jvm
|
||||
keys:
|
||||
- v1-dependencies-{{ checksum "pom.xml" }}
|
||||
- restore_cache:
|
||||
keys:
|
||||
- usr-lib-jvm
|
||||
- run:
|
||||
name: Run Maven
|
||||
command: |
|
||||
|
Reference in New Issue
Block a user