From 4635acaf526f40e95d0031bf99f86057ffbe6773 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Thu, 15 Jun 2023 13:20:17 +0800 Subject: [PATCH] https://github.com/cskefu/cskefu/issues/830 dockerize package --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f8ec455..3e7f8209 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,12 +21,12 @@ jobs: # Use mvn clean and package as the standard maven build phase - run: name: Package - command: cd contact-center && ./admin/package.sh + command: cd contact-center && ./admin/build.sh # Invoke jobs via workflows # See: https://circleci.com/docs/configuration-reference/#workflows workflows: - sample: # This is the name of the workflow, feel free to change it to better match your workflow. + dockerize: # This is the name of the workflow, feel free to change it to better match your workflow. # Inside the workflow, you define the jobs you want to run. jobs: - package