Return exit 0 in case of cron (#7871)

This commit is contained in:
Maurizio Vitale
2022-09-30 15:58:46 +02:00
committed by GitHub
parent 1156a9f9b8
commit 5dac8cbe2e
2 changed files with 5 additions and 0 deletions

View File

@@ -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"