Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use NGINX container IP
  • Loading branch information
pblottiere authored and nyalldawson committed Sep 10, 2020
1 parent 791ff9f commit 4aa2a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ogc.yml
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Run WMS 1.3.0 OGC tests
run: |
docker-compose -f .ci/ogc/docker-compose.yml up -d
source venv/bin/activate && ./pyogctest/pyogctest.py -s wms130 -v http://$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' qgis_server_deps)/qgisserver
source venv/bin/activate && ./pyogctest/pyogctest.py -s wms130 -v http://$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' qgis_server_nginx)/qgisserver

0 comments on commit 4aa2a29

Please sign in to comment.