Skip to content

Commit

Permalink
update zaproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 3, 2025
1 parent 6651bf1 commit 235f837
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/zaproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: add Malawi synop data to the system 🇲🇼
env:
TEST_DATA: /data/wis2box/observations/malawi
TOPIC_HIERARCHY: mw-mw_met_centre.data.core.weather.surface-based-observations.synop
STATION_METADATA: /data/wis2box/metadata/station/malawi.csv
CHANNEL: origin/a/wis2/mw-mw_met_centre/data/core/weather/surface-based-observations/synop
TERRITORY: MWI
Expand All @@ -28,7 +27,7 @@ jobs:
run: |
python3 wis2box-ctl.py execute wis2box dataset publish $DISCOVERY_METADATA
sleep 5
python3 wis2box-ctl.py execute wis2box metadata station publish-collection --path $STATION_METADATA --topic-hierarchy $TOPIC_HIERARCHY
python3 wis2box-ctl.py execute wis2box metadata station publish-collection --path $STATION_METADATA --topic-hierarchy $CHANNEL
sleep 5
python3 wis2box-ctl.py execute wis2box data ingest -mdi $DISCOVERY_METADATA_ID -p $TEST_DATA
sleep 10
Expand Down

0 comments on commit 235f837

Please sign in to comment.