chore: add missing parallelism stuff
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

pull/1/head
Davide Polonio 2023-03-27 13:23:42 +02:00
parent 5beaf44407
commit 85ca1554b1
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ steps:
- ./mvnw package -B -DskipTests=true - ./mvnw package -B -DskipTests=true
depends_on: depends_on:
- UT & IT Tests - UT & IT Tests
- Static checks
- name: Docker image - name: Docker image
image: thegeeklab/drone-docker-buildx:23 image: thegeeklab/drone-docker-buildx:23
privileged: true privileged: true
@ -34,6 +35,7 @@ steps:
dry_run: true dry_run: true
depends_on: depends_on:
- UT & IT Tests - UT & IT Tests
- Static checks
# Specify docker:dind as a service # Specify docker:dind as a service
services: services: