Skip to content

Commit

Permalink
Merge pull request #5821 from perlpunk/fix-bootstrap
Browse files Browse the repository at this point in the history
Fix openqa-bootstrap login
  • Loading branch information
okurz authored Aug 5, 2024
2 parents a5a8098 + 061265d commit 98b1018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/openqa-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ if command -v $setup; then
else
curl -s https://raw.githubusercontent.com/os-autoinst/openQA/master/script/configure-web-proxy | bash -ex -s -- "$proxy_args"
fi
sed -i -e 's/#*.*method.*=.*$/method = Fake/' /etc/openqa/openqa.ini

if [[ -z $skip_suse_specifics ]] && ping -c1 download.suse.de. && (! rpm -q ca-certificates-suse); then
# add internal CA if executed within suse network
Expand Down

0 comments on commit 98b1018

Please sign in to comment.