Skip to content

Commit

Permalink
update rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
snovod committed Oct 10, 2024
1 parent 1ce5904 commit 580c2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/utils/GcpUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ task GcloudRsync {
# Note that this is a Python regular expression, not a pure wildcard pattern. For example,
# matching a string ending in "abc" is .*abc$ rather than *abc. Also note that the exclude path is relative,
# as opposed to absolute (similar to Linux rsync and tar exclude options).
gcloud storage rsync --recursive ${source} ${destination} ${"--exclude=" + exclude_regex}
gcloud storage rsync --recursive ${source} ${destination} ~{"--exclude= " + exclude_regex}
>>>

runtime {
Expand Down

0 comments on commit 580c2e5

Please sign in to comment.