update to work with woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-10-10 22:14:51 +02:00
parent 64eab09aec
commit d5c3dc7119
Signed by: aaron
GPG key ID: 643004654D40D577
3 changed files with 1 additions and 3 deletions

View file

@ -15,6 +15,5 @@ WORKDIR ${HOMEDIR}
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN rm requirements.txt
RUN git config --global --add safe.directory /drone/src
ENTRYPOINT [ "script.sh" ]