test cards

This commit is contained in:
Aaron Riedel 2023-03-13 12:42:58 +01:00
parent 52c3172dc5
commit 4760c0a613
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 7 additions and 1 deletions

View file

@ -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" ]

View file

@ -3,4 +3,8 @@
echo "Starting ansible linter by Aaron Riedel"
echo ""
cd /drone/src
ansible-lint --profile $PLUGIN_PROFILE
ansible-lint --profile $PLUGIN_PROFILE
echo ""
cat ~/card.json
echo ""
cat ~/card.data.json