Skip to content

Commit e380867

Browse files
authored
Explicitly execute purge-redis-pages script only if Node was found (#18751)
1 parent 2f6b28d commit e380867

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

script/release-heroku

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ if [[ "$EXIT_STATUS" -ne "0" ]]; then
2424
echo "Exiting..."
2525
exit 0
2626
fi
27+
else
28+
# Execute the release script and exit with its status
29+
node script/purge-redis-pages.js
30+
exit $?
2731
fi
28-
29-
# Execute the release script and exit with its status
30-
node script/purge-redis-pages.js
31-
exit $?

0 commit comments

Comments
 (0)