Skip to content

Commit

Permalink
schutzbot/ci_details: allow python3.6
Browse files Browse the repository at this point in the history
It is the default on RHEL 8.
  • Loading branch information
croissanne authored and ondrejbudai committed Aug 17, 2023
1 parent 66bc3ea commit 0a366ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions schutzbot/ci_details.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ echo "--------------------------------------------------------------------------

# gcp runners don't use cloud-init and some of the images have python36 installed
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
# the instance is fully ready to go.
while true; do
Expand Down

0 comments on commit 0a366ea

Please sign in to comment.