We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b4ec8 commit 7926262Copy full SHA for 7926262
obsCheck/smokeTest.sh
@@ -15,8 +15,6 @@ for i in Dockerfile-*[^~]; do
15
Dockerfile-leap) versions="15.4 15.5";;
16
*) versions=default;;
17
esac
18
- # Rawhide not currently building, see #1783.
19
- if [ $i = "Dockerfile-rawhide" ]; then continue; fi
20
for version in $versions; do
21
if docker build --label obsSmokeTest --network=host --build-arg project=$project --build-arg version=$version --pull --no-cache -f $i .; then
22
echo "$i-$version PASSED" >$i-$version.log
0 commit comments