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

Don't update RHEL instances before running tests.

This commit is contained in:
Matt Clay 2017-07-07 21:43:42 -07:00
parent 2146bb57ce
commit a66bd8f7c3

View file

@ -25,8 +25,6 @@ if [ "${platform}" = "freebsd" ]; then
pip --version 2>/dev/null || curl --silent --show-error https://bootstrap.pypa.io/get-pip.py | python pip --version 2>/dev/null || curl --silent --show-error https://bootstrap.pypa.io/get-pip.py | python
elif [ "${platform}" = "rhel" ]; then elif [ "${platform}" = "rhel" ]; then
yum update -y
yum install -y \ yum install -y \
gcc \ gcc \
git \ git \