schutzbot/ci_details: allow python3.6
It is the default on RHEL 8.
This commit is contained in:
parent
66bc3ea9dd
commit
0a366eabe6
1 changed files with 0 additions and 7 deletions
|
|
@ -44,13 +44,6 @@ echo "--------------------------------------------------------------------------
|
||||||
|
|
||||||
# gcp runners don't use cloud-init and some of the images have python36 installed
|
# gcp runners don't use cloud-init and some of the images have python36 installed
|
||||||
if [[ "$RUNNER" != *"gcp"* ]];then
|
if [[ "$RUNNER" != *"gcp"* ]];then
|
||||||
if rpm --quiet -q python36; then
|
|
||||||
echo -e "\n FAIL: python36 is installed, see #794 ..."
|
|
||||||
exit 1
|
|
||||||
else
|
|
||||||
echo -e "\n PASS: python36 not insalled"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Ensure cloud-init has completely finished on the instance. This ensures that
|
# Ensure cloud-init has completely finished on the instance. This ensures that
|
||||||
# the instance is fully ready to go.
|
# the instance is fully ready to go.
|
||||||
while true; do
|
while true; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue