diff --git a/Dockerfile b/Dockerfile index da1c332..cc7014d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,7 @@ 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 +COPY card.json . +COPY card.data.json . ENTRYPOINT [ "script.sh" ] \ No newline at end of file diff --git a/script.sh b/script.sh index d5ae11d..8a5e999 100644 --- a/script.sh +++ b/script.sh @@ -3,4 +3,8 @@ echo "Starting ansible linter by Aaron Riedel" echo "" cd /drone/src -ansible-lint --profile $PLUGIN_PROFILE \ No newline at end of file +ansible-lint --profile $PLUGIN_PROFILE +echo "" +cat ~/card.json +echo "" +cat ~/card.data.json \ No newline at end of file