+3
-6
@@ -27,12 +27,9 @@ steps:
|
|||||||
- name: compile
|
- name: compile
|
||||||
image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22
|
image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22
|
||||||
commands:
|
commands:
|
||||||
- echo "=== TEST START ==="
|
- mkdir -p /root/.m2
|
||||||
- sleep 10
|
- cp /config/settings.xml /root/.m2/settings.xml
|
||||||
- echo "=== TEST END ==="
|
- mvn clean install -DskipTests -B --no-transfer-progress
|
||||||
# - mkdir -p /root/.m2
|
|
||||||
# - cp /config/settings.xml /root/.m2/settings.xml
|
|
||||||
# - mvn clean install -DskipTests -B --no-transfer-progress
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: maven-cache
|
- name: maven-cache
|
||||||
path: /root/.m2
|
path: /root/.m2
|
||||||
|
|||||||
Reference in New Issue
Block a user