Skip to content

Commit

Permalink
Merge pull request #3144 from pacevedom/USHIFT-2542
Browse files Browse the repository at this point in the history
USHIFT-2542: Fix scenario removal
  • Loading branch information
openshift-merge-bot[bot] committed Mar 12, 2024
2 parents 08390bd + 42e8f09 commit d0bb154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bin/ci_phase_iso_boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ prepare_scenario_sources() {
mkdir -p "${SCENARIOS_TO_RUN}"
cp "${SCENARIO_SOURCES}"/*.sh "${SCENARIOS_TO_RUN}"/
if ${EXCLUDE_CNCF_CONFORMANCE}; then
rm -f "${SCENARIOS_TO_RUN}/*cncf-conformance.sh"
find "${SCENARIOS_TO_RUN}" -name "*cncf-conformance.sh" -delete
fi
}

Expand Down

0 comments on commit d0bb154

Please sign in to comment.