mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Return exit 0 in case of cron (#7871)
This commit is contained in:
@@ -7,6 +7,7 @@ cd $DIR/../../
|
||||
if [ "${TRAVIS_EVENT_TYPE}" == "cron" ]; then
|
||||
#echo "Affected not check in case of cron"
|
||||
echo true
|
||||
exit 0
|
||||
fi
|
||||
AFFECTED_LIBS="$(nx print-affected --type=lib --select=projects --base=$BASE_HASH --head=$HEAD_HASH --plain)"
|
||||
#echo "Verify if affected build contains $1"
|
||||
|
Reference in New Issue
Block a user