Skip to content

Commit

Permalink
DONOTMERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Dec 21, 2023
1 parent d0cfa71 commit 5aae1e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/molecule/molecule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ do
fi
done



printEnv
echo "Running Molecule test on project: ${JOB_NAME}..."
set +u
runMoleculeScenario "${SCENARIO_NAME}" "${SCENARIO_DRIVER_NAME}" "${EXTRA_ARGS}"
runMoleculeScenario "${SCENARIO_NAME}" "${SCENARIO_DRIVER_NAME}" "${EXTRA_ARGS}" -- -e skip_wait_for_server_port=True
set -u
exit "${MOLECULE_RUN_STATUS}"

0 comments on commit 5aae1e4

Please sign in to comment.