Updated config.yml

This commit is contained in:
2022-06-08 15:22:10 -05:00
parent 2db567d5c3
commit 82ae62e59d

View File

@ -9,7 +9,7 @@ orbs:
maven: circleci/maven@1.3.0 maven: circleci/maven@1.3.0
jobs: jobs:
maven_package: maven_package: ## delete this if maven/test works
executor: java17 executor: java17
steps: steps:
# todo - ssh keys? # todo - ssh keys?
@ -46,12 +46,13 @@ jobs:
workflows: workflows:
main: main:
jobs: jobs:
- maven_package - maven/test:
executor: java17
- github_release: - github_release:
context: context:
- Production - Production
requires: requires:
- maven_package - maven/test
filters: filters:
branches: branches:
only: circleci-project-setup ## todo - change to main only: circleci-project-setup ## todo - change to main