Skip to content

Commit

Permalink
GH_WORKSPACE -> QGIS_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Jan 30, 2022
1 parent 91fe848 commit 5e32775
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .docker/docker-compose-testing-oracle.yml
Expand Up @@ -15,7 +15,7 @@ services:
tty: true
image: qgis3-build-deps-binary-image
volumes:
- ${GH_WORKSPACE}:/root/QGIS
- ${QGIS_WORKSPACE}:/root/QGIS
links:
- oracle
env_file:
Expand Down
2 changes: 1 addition & 1 deletion .docker/docker-compose-testing-postgres.yml
Expand Up @@ -15,7 +15,7 @@ services:
tty: true
image: qgis3-build-deps-binary-image
volumes:
- ${GH_WORKSPACE}:/root/QGIS
- ${QGIS_WORKSPACE}:/root/QGIS
links:
- postgres
env_file:
Expand Down
6 changes: 3 additions & 3 deletions .docker/docker-compose-testing.yml
Expand Up @@ -14,15 +14,15 @@ services:
webdav:
image: nginx
volumes:
- ${GH_WORKSPACE}/.docker/webdav/nginx.conf:/etc/nginx/conf.d/default.conf
- ${GH_WORKSPACE}/.docker/webdav/passwords.list:/etc/nginx/.passwords.list
- ${QGIS_WORKSPACE}/.docker/webdav/nginx.conf:/etc/nginx/conf.d/default.conf
- ${QGIS_WORKSPACE}/.docker/webdav/passwords.list:/etc/nginx/.passwords.list
- /tmp/webdav_tests:/tmp/webdav_tests_root/webdav_tests

qgis-deps:
tty: true
image: qgis3-build-deps-binary-image
volumes:
- ${GH_WORKSPACE}:/root/QGIS
- ${QGIS_WORKSPACE}:/root/QGIS
links:
# - mssql
- webdav
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
GH_WORKSPACE: ${{ github.workspace }} # used in docker compose
QGIS_WORKSPACE: ${{ github.workspace }} # used in docker compose
RUN_FLAKY_TESTS: ${{ contains( github.event.pull_request.labels.*.name, 'run flaky tests') }}

runs-on: ubuntu-latest
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
GH_WORKSPACE: ${{ github.workspace }} # used in docker compose
QGIS_WORKSPACE: ${{ github.workspace }} # used in docker compose

runs-on: ubuntu-latest

Expand Down

0 comments on commit 5e32775

Please sign in to comment.