[CI/CD] chmod should always be the final step in update-apt-repo.

This commit is contained in:
Fabio Manganiello 2023-10-23 21:40:09 +02:00
parent 3a5be7211b
commit f9ce5e3cd2

View file

@ -691,10 +691,11 @@ steps:
mv "$APT_ROOT" "$OLD_APT_ROOT"
mv "$TMP_APT_ROOT" "$APT_ROOT"
rm -rf "$OLD_APT_ROOT"
chmod -R a+r "$APT_ROOT"
chmod a+x "$APT_ROOT"
fi
chmod -R a+r "$APT_ROOT"
chmod a+x "$APT_ROOT"
###
### Update the RPM (stable) packages
###