1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Explicitly execute purge-redis-pages script only if Node was found (#18751)

This commit is contained in:
James M. Greene
2021-04-14 11:03:24 -05:00
committed by GitHub
parent 2f6b28d0da
commit e380867788

View File

@@ -24,8 +24,8 @@ if [[ "$EXIT_STATUS" -ne "0" ]]; then
echo "Exiting..."
exit 0
fi
else
# Execute the release script and exit with its status
node script/purge-redis-pages.js
exit $?
fi
# Execute the release script and exit with its status
node script/purge-redis-pages.js
exit $?