We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9945164 commit 8d43223Copy full SHA for 8d43223
fetch_hazard_indicator.cwl
@@ -46,7 +46,7 @@ $graph:
46
47
hints:
48
DockerRequirement:
49
- dockerPull: public.ecr.aws/c9k5s3u3/eodh/fetch-indicator-results:0.8.0
+ dockerPull: public.ecr.aws/c9k5s3u3/eodh/fetch-indicator-results:0.9.0
50
51
requirements:
52
ResourceRequirement:
prepare-output.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-VALUE="$2"
+VALUE="$1"
4
SRC_BUCKET="ukri-eodh-hazard-tiles-test"
5
SRC_PATH="indicator-generation/$VALUE"
6
DEST_DIR="output"
0 commit comments