Compare commits

2 Commits

Author SHA1 Message Date
a86e1546bf fix: use full path
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-06 16:02:32 +01:00
1f57c9b2de fix: really ignore cache 2022-01-06 16:02:31 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -6,6 +6,6 @@ WORKDIR /src/
RUN git clone https://git.autonomic.zone/ruangrupa/lumbunglib /src/
RUN pip install -U setuptools pip
RUN pip install -U -I setuptools pip
RUN pip install .
RUN pip install -I .

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