mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
add snap/bin to the $PATH for cron task
This commit is contained in:
parent
a89298382e
commit
eb74089b89
1 changed files with 1 additions and 1 deletions
2
ci_cron
2
ci_cron
|
@ -1,2 +1,2 @@
|
|||
# Upgrade all continers
|
||||
30 2 * * * root /bin/bash -c "/opt/yunohost-ci/auto_upgrade_container.sh >> /opt/yunohost-ci/upgrade.log 2>>/opt/yunohost-ci/upgrade-error.log"
|
||||
30 2 * * * root PATH=/snap/bin/:$PATH /bin/bash -c "/opt/yunohost-ci/auto_upgrade_container.sh >> /opt/yunohost-ci/upgrade.log 2>>/opt/yunohost-ci/upgrade-error.log"
|
Loading…
Add table
Reference in a new issue