Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 9, 2024
1 parent 443b7f2 commit c94d222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install https://github.com/geopython/pygeometa/archive/master.zip
pip3 install https://github.com/wmo-im/pywis-pubsub/archive/main.zip
pip3 install https://github.com/wmo-im/pywis-pubsub/archive/loop-hivemq.zip
- name: make temporary directory
run: |
mkdir /tmp/wcmp2-records
Expand All @@ -54,4 +54,4 @@ jobs:
ref: main
- name: Publish WNMs of WCMP2 records
run: |
for i in /tmp/wcmp2-records/*.json; do echo $i && pywis-pubsub publish --topic origin/a/wis2/${WIS2_CENTRE_ID}/metadata/core --config .github/workflows/pywis-pubsub-config/publish.yml -u https://wmo-cop.github.io/wis2node-metadata-mgmt/`basename $i` -i `cat /proc/sys/kernel/random/uuid`; done
for i in /tmp/wcmp2-records/*.json; do pywis-pubsub publish --topic origin/a/wis2/${WIS2_CENTRE_ID}/metadata/core --config .github/workflows/pywis-pubsub-config/publish.yml -u https://wmo-cop.github.io/wis2node-metadata-mgmt/`basename $i` -i `cat /proc/sys/kernel/random/uuid` -v DEBUG; done
2 changes: 1 addition & 1 deletion metadata/mcf/ca-eccc-msc-surface-weather-observations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spatial:
geomtype: point

identification:
title: Surface weather observations from Canada test17
title: Surface weather observations from Canada test18
abstract: Surface weather observations from Canada
topiccategory:
- climatologyMeteorologyAtmosphere
Expand Down

0 comments on commit c94d222

Please sign in to comment.