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 72531a7 commit eb20b4fCopy full SHA for eb20b4f
script/openqa-bootstrap
@@ -114,7 +114,7 @@ else
114
fi
115
echo -e "[auth]\nmethod = Fake" > /etc/openqa/openqa.ini.d/01-enable-fake-auth.ini
116
117
-if [[ -z $skip_suse_specifics ]] && ping -c1 download.suse.de. && (! rpm -q ca-certificates-suse); then
+if [[ -z $skip_suse_specifics ]] && ping -c1 download.suse.de. >/dev/null 2>&1 && (! rpm -q ca-certificates-suse); then
118
# add internal CA if executed within suse network
119
if ! zypper info ca-certificates-suse | grep -q ':'; then
120
# add suse ca repo if needed
0 commit comments