fix: disable full builds
All checks were successful
continuous-integration/drone/pr Build is passing

Should no longer be needed, as we know update by xmllist correctly
This commit is contained in:
Darragh Elliott 2025-04-25 12:28:14 +01:00
parent bafcb245f3
commit 0d9b516ca2

View File

@ -29,6 +29,6 @@ RUN pip install -r /website-source/requirements.txt
COPY . /website-source/
WORKDIR /website-source
ENTRYPOINT [ "bash", "./entrypoint.sh", "--full" ]
ENTRYPOINT [ "bash", "./entrypoint.sh" ]