Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo committed Oct 9, 2023
1 parent 6e029d0 commit fb82936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def downloadSourceTarball():
if [[ $os != "AIX" ]]; then
use_flock="flock \"$d$f\" "
fi
cmd="$use_flock wget -cO \"$d$f\" \"%s\"" % (os.getenv('ARTIFACTS_URL', default='https://ci.mariadb.org'),) + "/%(prop:tarbuildnum)s/%(prop:mariadb_version)s.tar.gz\""
cmd="$use_flock wget -cO \"$d$f\" \"""" + os.getenv('ARTIFACTS_URL', default='https://ci.mariadb.org') + """/%(prop:tarbuildnum)s/%(prop:mariadb_version)s.tar.gz\""
res=1
for i in {1..10}; do
Expand Down

0 comments on commit fb82936

Please sign in to comment.