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 . COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN rm requirements.txt RUN rm requirements.txt
RUN git config --global --add safe.directory /drone/src
ENTRYPOINT [ "script.sh" ] ENTRYPOINT [ "script.sh" ]

View file

@ -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)

View file

@ -2,5 +2,4 @@
echo "Starting ansible linter by Aaron Riedel" echo "Starting ansible linter by Aaron Riedel"
echo "" echo ""
cd /drone/src
ansible-lint --profile $PLUGIN_PROFILE ansible-lint --profile $PLUGIN_PROFILE