Skip to content

Commit

Permalink
[QOLDEV-312] update test dependencies
Browse files Browse the repository at this point in the history
- Update CKAN fork to handle breadcrumb truncation
- Update XLoader to make parsing more robust
  • Loading branch information
ThrawnCA committed Aug 31, 2023
1 parent 9d7db28 commit 4880bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CKAN_GIT_VERSION=$CKAN_VERSION
CKAN_GIT_ORG=qld-gov-au

if [ "$CKAN_VERSION" = "2.10" ]; then
CKAN_GIT_VERSION=ckan-2.10.1-qgov.1
CKAN_GIT_VERSION=ckan-2.10.1-qgov.3
PYTHON_VERSION=py3
PYTHON="${PYTHON}3"
else
Expand Down
2 changes: 1 addition & 1 deletion extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-e git+https://github.com/qld-gov-au/[email protected]#egg=ckanext-resource-type-validation
-e git+https://github.com/qld-gov-au/[email protected]#egg=ckanext-ssm-config
-e git+https://github.com/qld-gov-au/[email protected]#egg=ckanext-validation
-e git+https://github.com/qld-gov-au/[email protected].1#egg=ckanext-xloader
-e git+https://github.com/qld-gov-au/[email protected].4#egg=ckanext-xloader
-e git+https://github.com/qld-gov-au/[email protected]#egg=ckanext-ytp-comments
-e git+https://github.com/qld-gov-au/[email protected]#egg=ckanext-resource-visibility
-e git+https://github.com/qld-gov-au/ckanext-validation-schema-generator.git@develop#egg=ckanext-validation-schema-generator

0 comments on commit 4880bf6

Please sign in to comment.