Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b00c2ad89 | |||
| d9aa77368b |
@@ -2,8 +2,6 @@ kind: pipeline
|
||||
type: docker
|
||||
name: fateverse
|
||||
|
||||
|
||||
|
||||
steps:
|
||||
- name: build-jar # 流水线名称
|
||||
image: maven:3.8.5-openjdk-11 # 定义创建容器的Docker镜像,maven:3.8.5-openjdk-8用于对java进行打包使用
|
||||
@@ -61,7 +59,7 @@ steps:
|
||||
|
||||
|
||||
volumes:
|
||||
- name: settings
|
||||
- name: settings
|
||||
host:
|
||||
path: /home/kubect/settings.xml
|
||||
- name: config
|
||||
@@ -87,7 +85,4 @@ trigger:
|
||||
- code-gen
|
||||
- custom-query-biz
|
||||
- sentinel-dashboard
|
||||
- workflow
|
||||
|
||||
event:
|
||||
- push
|
||||
- workflow
|
||||
Reference in New Issue
Block a user