Updated config.yml

This commit is contained in:
Ryan Baxter
2022-01-31 15:48:20 -05:00
parent 7a423918e3
commit 686c5eb476

View File

@@ -20,8 +20,8 @@ jobs:
sudo update-alternatives --set javac /usr/lib/jvm/temurin-17-jdk-amd64/bin/javac
java -version
- checkout
- restore_cache:
key: sc-circuitbreaker-{{ .Branch }}
# - restore_cache:
# key: sc-circuitbreaker-{{ .Branch }}
- run:
name: "Download dependencies"
command: |