test cards
This commit is contained in:
parent
52c3172dc5
commit
4760c0a613
2 changed files with 7 additions and 1 deletions
|
@ -16,5 +16,7 @@ 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
|
RUN git config --global --add safe.directory /drone/src
|
||||||
|
COPY card.json .
|
||||||
|
COPY card.data.json .
|
||||||
|
|
||||||
ENTRYPOINT [ "script.sh" ]
|
ENTRYPOINT [ "script.sh" ]
|
|
@ -4,3 +4,7 @@ echo "Starting ansible linter by Aaron Riedel"
|
||||||
echo ""
|
echo ""
|
||||||
cd /drone/src
|
cd /drone/src
|
||||||
ansible-lint --profile $PLUGIN_PROFILE
|
ansible-lint --profile $PLUGIN_PROFILE
|
||||||
|
echo ""
|
||||||
|
cat ~/card.json
|
||||||
|
echo ""
|
||||||
|
cat ~/card.data.json
|
Loading…
Reference in a new issue