This commit is contained in:
parent
23b5514cfa
commit
a44ebf270e
@ -25,7 +25,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
|
|||||||
|
|
||||||
commands: # 定义在Docker容器中执行的shell命令
|
commands: # 定义在Docker容器中执行的shell命令
|
||||||
|
|
||||||
- mvn package -Dmaven.test.skip=true # 应用打包命令
|
# - mvn package -Dmaven.test.skip=true # 应用打包命令
|
||||||
|
|
||||||
- |
|
- |
|
||||||
if echo "$module" | grep -q "gateway" || echo "$module" | grep -q "all"; then
|
if echo "$module" | grep -q "gateway" || echo "$module" | grep -q "all"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user