Skip to content

Commit

Permalink
change parent directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
osundwajeff committed Sep 11, 2024
1 parent c7ce456 commit 0485405
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
qgis-testing-environment:
image: ${IMAGE}:${QGIS_VERSION_TAG}
volumes:
- ./build/qgis-gender-indicator-tool:/tests_directory:rw
- ./build/qgis_gender_indicator_tool:/tests_directory:rw
environment:
QGIS_VERSION_TAG: "${QGIS_VERSION_TAG}"
WITH_PYTHON_PEP: "${WITH_PYTHON_PEP}"
Expand Down
8 changes: 4 additions & 4 deletions scripts/docker/qgis-gender-indicator-tool-test-pre-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

qgis_setup.sh

# FIX default installation because the sources must be in "qgis-gender-indicator-tool" parent folder
rm -rf /root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qgis-gender-indicator-tool
ln -sf /tests_directory /root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qgis-gender-indicator-tool
ln -sf /tests_directory /usr/share/qgis/python/plugins/qgis-gender-indicator-tool
# FIX default installation because the sources must be in "qgis_gender_indicator_tool" parent folder
rm -rf /root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qgis_gender_indicator_tool
ln -sf /tests_directory /root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/qgis_gender_indicator_tool
ln -sf /tests_directory /usr/share/qgis/python/plugins/qgis_gender_indicator_tool

0 comments on commit 0485405

Please sign in to comment.