File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments