Skip to content

Commit

Permalink
feat: allow copy --force when moving maps and thumbnails TDE-841
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Aug 30, 2023
1 parent f52b71b commit 0786526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflows/util/create-thumbnails.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ spec:
value: "f"
- name: copy-option
value: "--no-clobber"
enum:
- "--no-clobber"
- "--force"
- "--force-no-clobber"
templateDefaults:
container:
imagePullPolicy: Always
Expand Down

0 comments on commit 0786526

Please sign in to comment.