qw
This commit is contained in:
parent
b98006ff60
commit
66e64c1c7e
1 changed files with 4 additions and 2 deletions
|
@ -14,15 +14,17 @@ matrix:
|
|||
- 26.2.1
|
||||
|
||||
|
||||
# --batch-mode --settings=.woodpecker/maven/settings.xml --color=always --no-transfer-progress
|
||||
# --batch-mode --color=always --no-transfer-progress
|
||||
|
||||
services:
|
||||
- name: dockerd
|
||||
image: kokuwaio/dockerd
|
||||
ports: [2375]
|
||||
privileged: true
|
||||
|
||||
steps:
|
||||
verify:
|
||||
image: maven:3.9.9-eclipse-temurin-17 -Dversion.org.keycloak.test=$KEYCLOAK_VERSION
|
||||
image: maven:3.9.9-eclipse-temurin-17
|
||||
commands: mvn verify --settings=.woodpecker/maven/settings.xml -Dversion.org.keycloak.test=$KEYCLOAK_VERSION
|
||||
environment:
|
||||
DOCKER_HOST: tcp://dockerd:2375
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue