docs(exx-Pipeline): try templates 2.0 docs 4
This commit is contained in:
parent
5fc47aea52
commit
389e0f4b9a
@ -15,8 +15,7 @@
|
|||||||
fi
|
fi
|
||||||
- >
|
- >
|
||||||
if [ "$NUMBER_OF_INVALID_LICENSES" -gt 0 ]; then
|
if [ "$NUMBER_OF_INVALID_LICENSES" -gt 0 ]; then
|
||||||
echo "Invalid licenses found. Number of invalid license ${DIFF_LICENSE}"
|
echo "Invalid licenses found. Number of invalid license ${$NUMBER_OF_INVALID_LICENSES}". See invalid-licenses file in artifacts.
|
||||||
cat $INVALID_LICENSE_FILE
|
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "All licenses valid"
|
echo "All licenses valid"
|
||||||
@ -26,4 +25,5 @@
|
|||||||
when: always
|
when: always
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
paths:
|
paths:
|
||||||
- $LICENSE_FILE
|
- $LICENSE_FILE
|
||||||
|
- $INVALID_LICENSE_FILE
|
||||||
Loading…
Reference in New Issue
Block a user