File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,9 @@ jobs:
281281 run : docker build -t ${{ env.CONSUL_LATEST_IMAGE_NAME }}:local -f ./build-support/docker/Consul-Dev.dockerfile .
282282 - name : Compatibility Integration Tests
283283 run : |
284+ cat /etc/hosts && echo "-----------"
285+ sudo sed -i 's/::1 *localhost ip6-localhost ip6-loopback/::1 ip6-localhost ip6-loopback/g' /etc/hosts
286+ cat /etc/hosts
284287 mkdir -p "/tmp/test-results"
285288 cd ./test/integration/consul-container
286289 docker run --rm ${{ env.CONSUL_LATEST_IMAGE_NAME }}:local consul version
@@ -349,6 +352,9 @@ jobs:
349352 run : docker build -t ${{ env.CONSUL_LATEST_IMAGE_NAME }}:local -f ./build-support/docker/Consul-Dev.dockerfile .
350353 - name : Upgrade Integration Tests
351354 run : |
355+ cat /etc/hosts && echo "-----------"
356+ sudo sed -i 's/::1 *localhost ip6-localhost ip6-loopback/::1 ip6-localhost ip6-loopback/g' /etc/hosts
357+ cat /etc/hosts
352358 mkdir -p "${{ env.TEST_RESULTS_DIR }}"
353359 cd ./test/integration/consul-container/test/upgrade
354360 docker run --rm ${{ env.CONSUL_LATEST_IMAGE_NAME }}:local consul version
You can’t perform that action at this time.
0 commit comments