chore: add missing parallelism stuff
parent
5beaf44407
commit
85ca1554b1
|
@ -26,6 +26,7 @@ steps:
|
|||
- ./mvnw package -B -DskipTests=true
|
||||
depends_on:
|
||||
- UT & IT Tests
|
||||
- Static checks
|
||||
- name: Docker image
|
||||
image: thegeeklab/drone-docker-buildx:23
|
||||
privileged: true
|
||||
|
@ -34,6 +35,7 @@ steps:
|
|||
dry_run: true
|
||||
depends_on:
|
||||
- UT & IT Tests
|
||||
- Static checks
|
||||
|
||||
# Specify docker:dind as a service
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue