Skip to content

Commit 3fac029

Browse files
skip 2.3.x devfiles for odo v2 check (#606)
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
1 parent 2b351ac commit 3fac029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/check_odov2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ for stack in $STACKS; do
220220
continue
221221
fi
222222

223-
# skip devfiles that use 2.2
223+
# skip devfiles that use 2.2+
224224
devfile_schema_version=$($YQ_PATH eval '.schemaVersion' $devfile_path)
225-
if [[ $devfile_schema_version == "2.2."* ]]; then
225+
if [[ $devfile_schema_version == "2.2."* ]] || [[ $devfile_schema_version == "2.3."* ]]; then
226226
continue
227227
fi
228228

0 commit comments

Comments
 (0)