Skip to content

Commit c1561f8

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "make curl fail on pypi errors"
2 parents 78bbc5d + fa41b5b commit c1561f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install_pip.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function install_get_pip {
6969
timecond="-z $LOCAL_PIP"
7070
fi
7171

72-
curl --retry 6 --retry-delay 5 \
72+
curl -f --retry 6 --retry-delay 5 \
7373
$timecond -o $LOCAL_PIP $PIP_GET_PIP_URL || \
7474
die $LINENO "Download of get-pip.py failed"
7575
touch $LOCAL_PIP.downloaded

0 commit comments

Comments
 (0)