Pin molecule version for 3.0.7 test failures: https://github.com/ansible-community/molecule/issues/2781
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ services: docker
|
||||
language: python
|
||||
|
||||
install:
|
||||
- pip3 install docker molecule yamllint ansible-lint openshift jmespath
|
||||
- pip3 install docker molecule==3.0.6 yamllint ansible-lint openshift jmespath
|
||||
|
||||
script:
|
||||
- molecule test -s test-local
|
||||
|
||||
@@ -3,7 +3,7 @@ FROM ${BASEIMAGE}
|
||||
USER 0
|
||||
|
||||
RUN yum install -y python-devel gcc libffi-devel
|
||||
RUN pip install molecule==2.20.1 jmespath
|
||||
RUN pip install molecule==3.0.6 jmespath
|
||||
|
||||
ARG NAMESPACEDMAN
|
||||
ADD $NAMESPACEDMAN /namespaced.yaml
|
||||
|
||||
Reference in New Issue
Block a user