Move comment to first use of --publish-all

This commit is contained in:
Eddy Ashton 2019-07-16 17:43:38 +01:00
Родитель 5b129271e4
Коммит a2bdba784c
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -52,6 +52,9 @@ jobs:
vmImage: 'ubuntu-16.04'
container:
image: ccfciteam/ccf-ci-18.04:latest
# Docker image is created with constrained network, unable to communicate
# with other nodes in end-to-end tests. Publishing the ports allows the
# nodes to communicate.
options: --publish-all
steps:
- checkout: self
@ -94,9 +97,6 @@ jobs:
vmImage: 'ubuntu-16.04'
container:
image: ccfciteam/ccf-ci-18.04:latest
# Docker image is created with constrained network, unable to communicate
# with other nodes in end-to-end tests. Publishing the ports allows the
# nodes to communicate.
options: --publish-all
steps:
- checkout: self