Skip to content

Commit

Permalink
revert DD
Browse files Browse the repository at this point in the history
  • Loading branch information
rgayon committed Jun 25, 2024
1 parent aa99f45 commit dbd0533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jenkins/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function setup {
if [ ! -f "${EVIDENCE_DISK}" ]; then
evidence_disk_url=$(normalize_gcs_url "${EVIDENCE_DISK_GSURL}")
msg "Downloading evidence disk from ${evidence_disk_url}"
gsutil -DD cp "${evidence_disk_url}" "${EVIDENCE_DISK}"
gsutil -q cp "${evidence_disk_url}" "${EVIDENCE_DISK}"
fi

}
Expand Down

0 comments on commit dbd0533

Please sign in to comment.