fix: disable full builds
All checks were successful
continuous-integration/drone/pr Build is passing
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:
parent
bafcb245f3
commit
0d9b516ca2
@ -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" ]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user