From 1f57c9b2deba71b902824ca832ebf35f828c9497 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Thu, 6 Jan 2022 16:02:13 +0100 Subject: [PATCH 1/3] fix: really ignore cache --- Dockerfile.scripts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.scripts b/Dockerfile.scripts index 36c5da8..db0410b 100644 --- a/Dockerfile.scripts +++ b/Dockerfile.scripts @@ -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 . From a86e1546bf27c85500bb2106188044734e304790 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Thu, 6 Jan 2022 16:02:19 +0100 Subject: [PATCH 2/3] fix: use full path --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 8bc161a..cc6c2d8 100644 --- a/compose.yml +++ b/compose.yml @@ -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 From ab7e7a90be9dc00c4e6fc128268e1b732419c0ce Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Thu, 6 Jan 2022 16:06:18 +0100 Subject: [PATCH 3/3] fix: don't cache this build --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index dc82c3a..d98bb0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,7 @@ steps: - name: push scripts image image: plugins/docker settings: + no_cache: true username: from_secret: docker_reg_username password: