Skip to content

Commit

Permalink
Fix deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Dec 22, 2020
1 parent 95b9612 commit 7bf2ffa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/docker-compose.centos-6.18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ services:
build-leak:
image: netty:centos-6-1.8

deploy:
image: netty:centos-6-1.8

test:
image: netty:centos-6-1.8

Expand Down
9 changes: 9 additions & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ services:
<<: *common
command: /bin/bash -cl "./mvnw clean install -Dio.netty.testsuite.badHost=netty.io"

deploy:
<<: *common
volumes:
- ~/.ssh:/root/.ssh
- ~/.gnupg:/root/.gnupg
- ~/.m2/settings.xml:/root/.m2/settings.xml
- ..:/code
command: /bin/bash -cl "./mvnw clean deploy -DskipTests=true"

test-leak:
<<: *common
command: /bin/bash -cl "./mvnw -Pleak clean install -Dio.netty.testsuite.badHost=netty.io -Dmaven.wagon.http.pool=false"
Expand Down

0 comments on commit 7bf2ffa

Please sign in to comment.