Skip to content

Commit a60508c

Browse files
committed
refactor: dryrun to update_source
1 parent 41146fd commit a60508c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

workflows/pointcloud/fix_laz_header.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ spec:
9494
- '--force-no-clobber'
9595
- name: aws_role_config_path
9696
value: 's3://linz-bucket-config/config-write.topographic.json'
97-
- name: dryrun
98-
description: Perform a dryrun (do not copy files back to source)
99-
value: 'true'
97+
- name: update_source
98+
description: Write modified files back to source location, overwriting original data.
99+
value: 'false'
100100
enum:
101101
- 'true'
102102
- 'false'
@@ -152,7 +152,7 @@ spec:
152152
withParam: '{{tasks.list-source.outputs.parameters.files}}'
153153

154154
- name: copy-processed
155-
when: '{{workflow.parameters.dryrun}} == false'
155+
when: '{{workflow.parameters.update_source}} == true'
156156
templateRef:
157157
name: copy
158158
template: main
@@ -253,11 +253,11 @@ spec:
253253

254254
- name: exit-handler
255255
retryStrategy:
256-
limit: '0' # `tpl-exit-handler` retries itself
256+
limit: '0' # `tpl-log-notification` retries itself
257257
steps:
258258
- - name: exit
259259
templateRef:
260-
name: tpl-exit-handler
260+
name: tpl-log-notification
261261
template: main
262262
arguments:
263263
parameters:

0 commit comments

Comments
 (0)