Skip to content

Commit

Permalink
Merge pull request #1772 from alphagov/update-spatial-sha-fix-metrics…
Browse files Browse the repository at this point in the history
…-job-name

Update spatial sha fix metrics job name
  • Loading branch information
kentsanggds authored Jul 10, 2024
2 parents 7d47802 + 39d0d1b commit df809c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
patch: ""
- name: pycsw
version: 2.6.1
patch: f
patch: g
- name: solr
version: "2.10"
arch: [ amd64 ]
Expand Down
2 changes: 1 addition & 1 deletion docker/ckan/2.10.4-base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV ckan_harvest_sha='9fb44f79809a1c04dfeb0e1ca2540c5ff3cacef4'
ENV ckan_dcat_fork='ckan'
ENV ckan_dcat_sha='618928be5a211babafc45103a72b6aab4642e964'

ENV ckan_spatial_sha='33e2646937b69db8f63ebb39b3a5572faf1879a4'
ENV ckan_spatial_sha='bc345f92b55b44b75c1d44050dd988eab46e0b21'
ENV ckan_spatial_fork='alphagov'

RUN echo "pip install DGU extensions..." && \
Expand Down
2 changes: 1 addition & 1 deletion docker/pycsw/2.6.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ WORKDIR $CKAN_VENV/src
USER ckan
EXPOSE 5000

ENV ckan_spatial_sha='33e2646937b69db8f63ebb39b3a5572faf1879a4'
ENV ckan_spatial_sha='bc345f92b55b44b75c1d44050dd988eab46e0b21'
ENV ckan_spatial_fork='alphagov'

ENV ckan_harvest_fork='ckan'
Expand Down

0 comments on commit df809c6

Please sign in to comment.