Skip to content

Commit 7926262

Browse files
Enable Rawhide in OBS check.
1 parent 14b4ec8 commit 7926262

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

obsCheck/smokeTest.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ for i in Dockerfile-*[^~]; do
1515
Dockerfile-leap) versions="15.4 15.5";;
1616
*) versions=default;;
1717
esac
18-
# Rawhide not currently building, see #1783.
19-
if [ $i = "Dockerfile-rawhide" ]; then continue; fi
2018
for version in $versions; do
2119
if docker build --label obsSmokeTest --network=host --build-arg project=$project --build-arg version=$version --pull --no-cache -f $i .; then
2220
echo "$i-$version PASSED" >$i-$version.log

0 commit comments

Comments
 (0)