From 8f9ef3bb92ae289223560ef4e4994f8f52dc0c56 Mon Sep 17 00:00:00 2001 From: Mykhailo Usatenko Date: Fri, 29 Jul 2022 10:39:45 +0300 Subject: [PATCH] CLIP-1619 Added new test as a step in bitbucket-pipelines.yml --- bitbucket-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 8eb52e1..75ec588 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -204,6 +204,15 @@ pipelines: - ./bin/install-ansible --dev - cd roles/product_install - pipenv run molecule test -s confluence_latest + - step: + name: product_install/confluence_version_with_uppercase + services: + - docker + script: + - export ANSIBLE_CONFIG=./ansible.cfg + - ./bin/install-ansible --dev + - cd roles/product_install + - pipenv run molecule test -s confluence_version_with_uppercase - step: name: product_install/crowd_latest services: