chore: pipeline reorder

pull/1/head
Davide Polonio 2023-03-27 10:39:59 +02:00
parent a77e84a848
commit 1f182efc98
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,6 @@ type: docker
name: default
steps:
- name: Maven build
image: eclipse-temurin:17-jdk
commands:
- ./mvnw package -B -DskipTests=true
- name: UT & IT Tests
image: quay.io/testcontainers/dind-drone-plugin
environment:
@ -19,6 +15,10 @@ steps:
volumes:
- name: dockersock
path: /var/run
- name: Packaging
image: eclipse-temurin:17-jdk
commands:
- ./mvnw package -B -DskipTests=true
- name: Docker image
image: thegeeklab/drone-docker-buildx:23
privileged: true