We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195acbb commit 19f07b5Copy full SHA for 19f07b5
.travis.yml
@@ -35,7 +35,7 @@ env:
35
- DOCKER_IMAGE_BASE=centos:7 JDK_MAJOR=11 JDK_VERSION=11.0.8.10 DOCKER_TAG_TO_PUBLISH=11.0.8.10-centos7-openjdk-headless
36
- DOCKER_IMAGE_BASE=centos:8 JDK_MAJOR=11 JDK_VERSION=11.0.8.10 DOCKER_TAG_TO_PUBLISH=11.0.8.10-centos8-openjdk-headless
37
script:
38
-- pipenv run molecule test
+- pipenv run molecule test --scenario-name=${JDK_VENDOR:-default}
39
notifications:
40
webhooks:
41
- https://galaxy.ansible.com/api/v1/notifications/
0 commit comments