Skip to content

Commit f7b3c19

Browse files
committed
fix: formatting
1 parent 8b0de9a commit f7b3c19

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

workflows/storage/check-restore-copy.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
parameters:
109109
- name: location
110110
value: "{{= sprig.replace('manifest.json', 'copy-manifests.json', inputs.parameters.restore_manifest)}}"
111-
when: "{{steps.verify-restore.outputs.parameters.all_files_restored_result}} == true"
111+
when: '{{steps.verify-restore.outputs.parameters.all_files_restored_result}} == true'
112112
- - name: copy-and-notify
113113
template: copy-and-notify
114114
arguments:
@@ -119,7 +119,7 @@ spec:
119119
value: '{{inputs.parameters.restore_manifest}}'
120120
- name: copy_manifests
121121
value: '{{steps.read-copy-manifest.outputs.parameters.content}}'
122-
when: "{{steps.read-copy-manifest.status}} == Succeeded"
122+
when: '{{steps.read-copy-manifest.status}} == Succeeded'
123123

124124
- name: copy-and-notify
125125
inputs:
@@ -152,18 +152,18 @@ spec:
152152
parameters:
153153
- name: location
154154
value: "{{= sprig.replace('manifest.json', 'restore-details', inputs.parameters.restore_manifest)}}"
155-
depends: "copy-restored-files.Succeeded"
155+
depends: 'copy-restored-files.Succeeded'
156156
- name: notify
157157
template: notification
158158
arguments:
159159
parameters:
160160
- name: custom_parameters
161-
value: "{{tasks.read-restore-details.outputs.parameters.content}}"
161+
value: '{{tasks.read-restore-details.outputs.parameters.content}}'
162162
- name: msg
163-
value: "UnarchiveCopy:Done"
163+
value: 'UnarchiveCopy:Done'
164164
- name: version_argo_tasks
165165
value: 'v4'
166-
depends: "read-restore-details.Succeeded"
166+
depends: 'read-restore-details.Succeeded'
167167

168168
- name: notification
169169
inputs:

0 commit comments

Comments
 (0)