Skip to content

Commit

Permalink
Update arguments format
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Nov 8, 2023
1 parent 20b9489 commit f6c9b48
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions workflows/basemaps/mapsheet-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
env:
- name: AWS_ROLE_CONFIG_PATH
value: s3://linz-bucket-config/config.json
args: ['lds-fetch-layer', '{{=sprig.trim(inputs.parameters.layer)}}', '--target', '/tmp/lds-layer']
args: ['lds-fetch-layer', '{{=sprig.trim(inputs.parameters.layer)}}', '--target=/tmp/lds-layer']
outputs:
artifacts:
- name: geopackage
Expand Down Expand Up @@ -91,16 +91,11 @@ spec:
[
'bmc',
'create-mapsheet',
'--path',
'/tmp/flatGeobuf.fgb',
'--bm-config',
'{{=sprig.trim(workflow.parameters.config)}}',
'--output',
'/tmp/mapsheet.json',
'--include',
'{{=sprig.trim(workflow.parameters.include)}}',
'--exclude',
'{{=sprig.trim(workflow.parameters.exclude)}}',
'--path=/tmp/flatGeobuf.fgb',
'--bm-config={{=sprig.trim(workflow.parameters.config)}}',
'--output=/tmp/mapsheet.json',
'--include={{=sprig.trim(workflow.parameters.include)}}',
'--exclude={{=sprig.trim(workflow.parameters.exclude)}}',
]
outputs:
artifacts:
Expand Down

0 comments on commit f6c9b48

Please sign in to comment.