From 2f383fe3799b4effbaf48d42f73685a8fdcf0f85 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 22 Jun 2022 11:27:51 -0500 Subject: [PATCH] QQQ-14 add comment explanining deviations from standard config --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d85e1b8..af5c1807 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,3 +1,6 @@ +## Deviations from qqq-java library standard circleci config: +## - To test AWS S3, uses localstsack executor, orb, and startup step +## - This docker image doesn't have java-17, so we install (and cache) jvm-17 version: 2.1 executors: