update to work with woodpecker
This commit is contained in:
parent
64eab09aec
commit
d5c3dc7119
3 changed files with 1 additions and 3 deletions
|
@ -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" ]
|
Loading…
Add table
Add a link
Reference in a new issue