From caef13eb97b2d602ef2a8eee8db01334d5d3c52b Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 8 Jun 2022 13:52:17 -0500 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe41a469..89fd7e0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,17 +8,8 @@ executors: orbs: maven: circleci/maven@1.3.0 -workflows: - maven_test: - jobs: - - maven/test: # checkout, build, test, and upload test results - executor: java17 - - - -## I think this job won't run anymore, after I add a workflow. Just leaving it here for reference, and to confirm that. jobs: - shouldnt_run: + build: executor: java17 steps: # todo - ssh keys?