Skip to content

Commit

Permalink
Update source files directory and assert their accessibility (broadin…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne authored Apr 15, 2022
1 parent 06eb982 commit 810557b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ task makeFileAndIndex {
input {
}
command {
gsutil cp gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/no_input_delete/source_files/*.* gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/no_input_delete/test_execution
set -euo pipefail # Makes sure we fail quickly if the gsutil cp fails

gsutil cp 'gs://cloud-cromwell-dev/cromwell_execution/no_input_delete/source_files/*.*' gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/no_input_delete/test_execution/
echo $(gsutil stat gs://cloud-cromwell-dev-self-cleaning/cromwell_execution/no_input_delete/test_execution/no_input_delete.txt) > ~{outputFile}
}
runtime {
Expand Down

0 comments on commit 810557b

Please sign in to comment.