docs(exx-Pipeline): try templates 2.0 docs 4

This commit is contained in:
Wolfram Gulde 2022-05-24 18:01:59 +02:00 committed by Marcel Feix
parent 5fc47aea52
commit 389e0f4b9a
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -15,8 +15,7 @@
fi
- >
if [ "$NUMBER_OF_INVALID_LICENSES" -gt 0 ]; then
echo "Invalid licenses found. Number of invalid license ${DIFF_LICENSE}"
cat $INVALID_LICENSE_FILE
echo "Invalid licenses found. Number of invalid license ${$NUMBER_OF_INVALID_LICENSES}". See invalid-licenses file in artifacts.
exit 1
else
echo "All licenses valid"
@ -26,4 +25,5 @@
when: always
expire_in: 2 weeks
paths:
- $LICENSE_FILE
- $LICENSE_FILE
- $INVALID_LICENSE_FILE