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" ]
|
|
@ -1 +1 @@
|
|||
[![Build Status](https://drone.ar21.de/api/badges/aaron/ansible-lint/status.svg)](https://drone.ar21.de/aaron/ansible-lint)
|
||||
[![status-badge](https://woodpecker.ar21.de/api/badges/12/status.svg)](https://woodpecker.ar21.de/repos/12)
|
|
@ -2,5 +2,4 @@
|
|||
|
||||
echo "Starting ansible linter by Aaron Riedel"
|
||||
echo ""
|
||||
cd /drone/src
|
||||
ansible-lint --profile $PLUGIN_PROFILE
|
Loading…
Reference in a new issue