docs(exx-Pipeline): try templates 2.0 docs 4
This commit is contained in:
parent
5fc47aea52
commit
389e0f4b9a
@ -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"
|
||||
@ -27,3 +26,4 @@
|
||||
expire_in: 2 weeks
|
||||
paths:
|
||||
- $LICENSE_FILE
|
||||
- $INVALID_LICENSE_FILE
|
||||
Loading…
Reference in New Issue
Block a user