Skip to content

Commit 8d43223

Browse files
committed
fix: ades gives parameter in first position
1 parent 9945164 commit 8d43223

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fetch_hazard_indicator.cwl

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $graph:
4646

4747
hints:
4848
DockerRequirement:
49-
dockerPull: public.ecr.aws/c9k5s3u3/eodh/fetch-indicator-results:0.8.0
49+
dockerPull: public.ecr.aws/c9k5s3u3/eodh/fetch-indicator-results:0.9.0
5050

5151
requirements:
5252
ResourceRequirement:

prepare-output.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VALUE="$2"
3+
VALUE="$1"
44
SRC_BUCKET="ukri-eodh-hazard-tiles-test"
55
SRC_PATH="indicator-generation/$VALUE"
66
DEST_DIR="output"

0 commit comments

Comments
 (0)