forked from platypush/platypush
[CI/CD] chmod should always be the final step in update-apt-repo
.
This commit is contained in:
parent
3a5be7211b
commit
f9ce5e3cd2
1 changed files with 3 additions and 2 deletions
|
@ -691,9 +691,10 @@ steps:
|
||||||
mv "$APT_ROOT" "$OLD_APT_ROOT"
|
mv "$APT_ROOT" "$OLD_APT_ROOT"
|
||||||
mv "$TMP_APT_ROOT" "$APT_ROOT"
|
mv "$TMP_APT_ROOT" "$APT_ROOT"
|
||||||
rm -rf "$OLD_APT_ROOT"
|
rm -rf "$OLD_APT_ROOT"
|
||||||
|
fi
|
||||||
|
|
||||||
chmod -R a+r "$APT_ROOT"
|
chmod -R a+r "$APT_ROOT"
|
||||||
chmod a+x "$APT_ROOT"
|
chmod a+x "$APT_ROOT"
|
||||||
fi
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Update the RPM (stable) packages
|
### Update the RPM (stable) packages
|
||||||
|
|
Loading…
Reference in a new issue