From d5c3dc7119aed0eeedb3d6dccffee0409027d678 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Thu, 10 Oct 2024 22:14:51 +0200 Subject: [PATCH] update to work with woodpecker --- Dockerfile | 1 - README.md | 2 +- script.sh | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac86240..3685007 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file diff --git a/README.md b/README.md index 3696ebb..e50f901 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -[![Build Status](https://drone.ar21.de/api/badges/aaron/ansible-lint/status.svg)](https://drone.ar21.de/aaron/ansible-lint) \ No newline at end of file +[![status-badge](https://woodpecker.ar21.de/api/badges/12/status.svg)](https://woodpecker.ar21.de/repos/12) \ No newline at end of file diff --git a/script.sh b/script.sh index d5ae11d..14a8292 100644 --- a/script.sh +++ b/script.sh @@ -2,5 +2,4 @@ echo "Starting ansible linter by Aaron Riedel" echo "" -cd /drone/src ansible-lint --profile $PLUGIN_PROFILE \ No newline at end of file