Skip to content

Commit

Permalink
chore(deps): upgrade ckanext-gdi-userportal
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Nov 6, 2024
1 parent b3720b6 commit 4850d5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ CKAN__HARVEST__MQ__REDIS_DB=1
CKAN___DEBUG=true
CKAN__HARVEST__LOG_LEVEL=DEBUG
CKAN___LOGGER_CKANEXT__LEVEL=DEBUG

#OTEL
OTEL_SDK_DISABLED=true
2 changes: 1 addition & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

FROM docker.io/ckan/ckan-base:2.10.5

RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected].4#egg=ckanext-gdi-userportal && \
RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected].5#egg=ckanext-gdi-userportal && \
pip3 install -r ${APP_DIR}/src/ckanext-gdi-userportal/requirements.txt

RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-dcat && \
Expand Down
2 changes: 1 addition & 1 deletion src/ckanext-gdi-userportal

0 comments on commit 4850d5f

Please sign in to comment.