1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

OpenShift 0.13.0 seems to screw something up. Let's stick to < 0.13.0. (#4161)

This commit is contained in:
Felix Fontein 2022-02-06 13:13:56 +01:00 committed by GitHub
parent 6495bea4c4
commit a3cb2e897d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ source virtualenv.sh
python --version
pip --version
pip show setuptools
pip install openshift -c constraints.txt
pip install 'openshift<0.13.0' -c constraints.txt
./server.py &