Hi,
I’ve got an ansible-modules-extras PR whose shippable builds always fail due to python2.4 not being installed on those shippable containers (builds fine on travis-ci’s):
python2.4 -m compileall -fq -x ‘cloud/|monitoring/zabbix..py|/dnf.py|/layman.py|/maven_artifact.py|clustering/(consul.|znode).py|notification/pushbullet.py|database/influxdb/influxdb..py|database/mssql/mssql_db.py|/letsencrypt.py|network/f5/bigip..py|bmc/ipmi/.*.py’ . 0s
/root/a61bc80f-e6c6-4d07-932f-4c7c13600be7.sh: line 58: python2.4: command not found
console: https://app.shippable.com/runs/5798cd33e763b40c0077b35f/1/console
For reference, the PR is here: https://github.com/ansible/ansible-modules-extras/pull/2148
Any pointers are welcome, thanks.