mirror of
https://github.com/chatopera/cosin.git
synced 2025-07-16 00:22:22 +08:00
https://github.com/cskefu/cskefu/issues/830 dockerize package
This commit is contained in:
parent
e43bfef82f
commit
4635acaf52
@ -21,12 +21,12 @@ jobs:
|
|||||||
# Use mvn clean and package as the standard maven build phase
|
# Use mvn clean and package as the standard maven build phase
|
||||||
- run:
|
- run:
|
||||||
name: Package
|
name: Package
|
||||||
command: cd contact-center && ./admin/package.sh
|
command: cd contact-center && ./admin/build.sh
|
||||||
|
|
||||||
# Invoke jobs via workflows
|
# Invoke jobs via workflows
|
||||||
# See: https://circleci.com/docs/configuration-reference/#workflows
|
# See: https://circleci.com/docs/configuration-reference/#workflows
|
||||||
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.
|
# Inside the workflow, you define the jobs you want to run.
|
||||||
jobs:
|
jobs:
|
||||||
- package
|
- package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user