mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Skip IBM Cloud tests for changes that do not affect odo behavior (#6924)
Signed-off-by: Parthvi Vala <pvala@redhat.com>
This commit is contained in:
@@ -59,7 +59,7 @@ skip_if_only() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
skip() {
|
skip() {
|
||||||
SKIP_IF_ONLY="docs/ CONTRIBUTING.md OWNERS README.md USAGE_DATA.md"
|
SKIP_IF_ONLY="docs/ CONTRIBUTING.md OWNERS README.md USAGE_DATA.md scripts/ .github/ .threatmodel/"
|
||||||
change=$1
|
change=$1
|
||||||
for skip in ${SKIP_IF_ONLY}; do
|
for skip in ${SKIP_IF_ONLY}; do
|
||||||
if [[ "${change}" == "${skip}"* ]]; then
|
if [[ "${change}" == "${skip}"* ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user