+3
-6
@@ -27,12 +27,9 @@ steps:
|
||||
- name: compile
|
||||
image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22
|
||||
commands:
|
||||
- echo "=== TEST START ==="
|
||||
- sleep 10
|
||||
- echo "=== TEST END ==="
|
||||
# - mkdir -p /root/.m2
|
||||
# - cp /config/settings.xml /root/.m2/settings.xml
|
||||
# - 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:
|
||||
- name: maven-cache
|
||||
path: /root/.m2
|
||||
|
||||
Reference in New Issue
Block a user