Skip to content

Commit

Permalink
#830 dockerize package
Browse files Browse the repository at this point in the history
  • Loading branch information
hailiang-wang committed Jun 15, 2023
1 parent e43bfef commit 4635aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4635aca

Please sign in to comment.