[CI/CD] Moved the chmod commands outside of the if.

This commit is contained in:
Fabio Manganiello 2023-10-23 21:47:22 +02:00
parent d7db55cf90
commit acf0e0f34f
1 changed files with 2 additions and 2 deletions

View File

@ -693,8 +693,8 @@ steps:
rm -rf "$OLD_APT_ROOT"
fi
chmod -R a+r "$APT_ROOT"
chmod a+x "$APT_ROOT"
- chmod -R a+r "$APT_ROOT"
- chmod a+x "$APT_ROOT"
###
### Update the RPM (stable) packages