Skip to content

Commit 3da0b9c

Browse files
committed
Add Polaris and Unity to skipped_images
1 parent 5939f0d commit 3da0b9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
fi
7171
skipped_images=(
7272
testing/almalinux9-oj17-openldap-base
73+
testing/polaris-catalog
74+
testing/unity-catalog
7375
)
7476
single_arch=(
7577
testing/hdp3.1-hive
@@ -89,7 +91,6 @@ jobs:
8991
testing/spark3-delta
9092
testing/spark3-iceberg
9193
testing/spark3-hudi
92-
testing/polaris-catalog
9394
)
9495
referenced_images=("${skipped_images[@]}" "${single_arch[@]}" "${multi_arch[@]}")
9596
make meta

0 commit comments

Comments
 (0)