Skip to content

Commit

Permalink
Merge branch 'main' into artem/confluence-documents-safe-get
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-shelkovnikov authored Nov 20, 2024
2 parents 34e0c33 + 47c8776 commit 8f61509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ function resolve_dra_manifest {
function download_docker_tarball {
TAR_URL=$1
TAR_FILE=$2
MAX_RETRIES=3

echo "Downloading Docker image tarball from $TAR_URL..."
curl -O "$TAR_URL"
curl --retry $MAX_RETRIES --retry-connrefused -O "$TAR_URL"

if [ ! -f "$TAR_FILE" ]; then
echo "Error: Download failed. File $TAR_FILE not found."
Expand Down

0 comments on commit 8f61509

Please sign in to comment.