Fix CI: sudo rm to clean up root-owned tmp deploy directory
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e4d8479f88
commit
57f4af07e0
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
sudo chmod 640 \$DEPLOY_PATH/config/config.php
|
sudo chmod 640 \$DEPLOY_PATH/config/config.php
|
||||||
|
|
||||||
echo 'Nettoyage...'
|
echo 'Nettoyage...'
|
||||||
rm -rf /tmp/web2print-deploy
|
sudo rm -rf /tmp/web2print-deploy
|
||||||
|
|
||||||
echo 'Deploiement termine avec succes!'
|
echo 'Deploiement termine avec succes!'
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue