diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-04-19 12:16:23 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-04-22 08:49:24 +0200 |
commit | 29d439ad01cb1cc187eea44acffdee54f57d35bd (patch) | |
tree | ea04e30933093f6c2ad4b03dc3a88aca6cad7fb7 /ansible/test/bin/ci-molecule.sh | |
parent | 21ff06489b4ef2ec5890ae974e2d2eb216b9f80f (diff) |
[MOLECULE 3.3.0] Update dependencies for Molecule environment
Change-Id: Iad65f9dbd057544b77c419c9eb947142bcc062d2
Issue-ID: OOM-2722
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/test/bin/ci-molecule.sh')
-rwxr-xr-x | ansible/test/bin/ci-molecule.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/test/bin/ci-molecule.sh b/ansible/test/bin/ci-molecule.sh index 6dbd93af..0cd4a254 100755 --- a/ansible/test/bin/ci-molecule.sh +++ b/ansible/test/bin/ci-molecule.sh @@ -43,7 +43,7 @@ if [ "${MOLECULE_CONTAINER}" == "true" ]; then else # Install Molecule natively in the target platform echo "Install Molecule with virtualenv" source ${LOCAL_PATH}/../bin/install-molecule.sh - MOLECULE_BINARY="molecule --version" + MOLECULE_BINARY=molecule fi cd ${ROLE_PATH} |