Commit 78cb4313 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slapos_web_deploy: try to do apt-get update also without "--allow-releaseinfo-change"

This is a fixup for 5c938a8d.
parent 1a1357a9
Pipeline #17882 failed with stage
in 0 seconds
......@@ -1029,6 +1029,7 @@ function update_package_repo {
# if there are transient errors pulling the updates, that's fine.
# It may be secondary repositories that we don't really care about.
apt_get update --allow-releaseinfo-change || /bin/true
apt_get update || /bin/true
REPOS_UPDATED=True
fi
$xtrace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment