fix: use full path
continuous-integration/drone/push Build is passing Details

This commit is contained in:
cellarspoon 2022-01-06 16:02:19 +01:00
parent 1f57c9b2de
commit a86e1546bf
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ services:
while true
do
echo 'generating peertube posts...'
lumbunglib-vid
/usr/local/bin/lumbunglib-vid
echo 'going to sleep for 5 minutes...'
sleep 300
done
@ -62,7 +62,7 @@ services:
while true
do
echo 'generating calendar posts...'
lumbunglib-cal
/usr/local/bin/lumbunglib-cal
echo 'going to sleep for 5 minutes...'
sleep 300
done
@ -82,7 +82,7 @@ services:
while true
do
echo 'generating feed posts...'
lumbunglib-feed
/usr/local/bin/lumbunglib-feed
echo 'going to sleep for 5 minutes...'
sleep 300
done