[CI/CD] Moved the chmod commands outside of the if.
This commit is contained in:
parent
d7db55cf90
commit
acf0e0f34f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue