From a33bd1185794a6e21cc9d7e0889215206bec9f61 Mon Sep 17 00:00:00 2001 From: Ng Heng Khai Date: Wed, 1 May 2024 15:18:54 +0800 Subject: [PATCH] Update config.yml Updated comments. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dbfe1f4..833fdb5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ executors: # Executors define the environment in which the steps of a job will b jobs: publish: # Also known as the build-and-push. - executor: docker/docker + executor: docker/docker # This executor is provided by the circleci/docker orb. steps: - checkout @@ -62,7 +62,7 @@ jobs: workflows: ci_flow: # Workflow name. This is the name of the workflow, feel free to change it to better match your workflow. jobs: - - maven/test: # This will use the CircleCI Maven Orb to do a mvn verify (which includes build and test), then generate the test report. + - maven/test: # This will use the circleci/maven orb to do a mvn verify (which includes build and test), then generate the test report. executor: openjdk-with-postgres filters: branches: @@ -79,7 +79,7 @@ workflows: cicd_flow: jobs: - - maven/test: # This will use the CircleCI Maven Orb to do a mvn verify (which includes build and test), then generate the test report. + - maven/test: # This will use the circleci/maven orb to do a mvn verify (which includes build and test), then generate the test report. executor: openjdk-with-postgres filters: branches: