mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Connect runner container to host network
This commit is contained in:
parent
e8b3c6713d
commit
9b022a9351
1 changed files with 3 additions and 1 deletions
|
|
@ -118,7 +118,9 @@ jobs:
|
|||
- job: oldest_extended_test
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
container: ubuntu:14.04
|
||||
container:
|
||||
image: ubuntu:14.04
|
||||
options: --network=host
|
||||
strategy:
|
||||
matrix:
|
||||
linux-boulder-v1-integration-certbot:
|
||||
|
|
|
|||
Loading…
Reference in a new issue