This commit is contained in:
@@ -19,16 +19,12 @@ steps:
|
|||||||
image: ccr.ccs.tencentyun.com/violin/maven:3.9-eclipse-temurin-22
|
image: ccr.ccs.tencentyun.com/violin/maven:3.9-eclipse-temurin-22
|
||||||
commands:
|
commands:
|
||||||
- mvn clean package -DskipTests
|
- mvn clean package -DskipTests
|
||||||
- sleep 3600
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: maven-cache
|
- name: maven-cache
|
||||||
path: /root/.m2
|
path: /root/.m2
|
||||||
|
|
||||||
- name: dev-build-image
|
- name: dev-build-image
|
||||||
image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest
|
image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest
|
||||||
environment:
|
|
||||||
DOCKER_CONFIG:
|
|
||||||
from_secret: docker_config
|
|
||||||
commands:
|
commands:
|
||||||
- sleep 3600
|
- sleep 3600
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user