Skip to content

Commit 2244a1f

Browse files
authored
Merge pull request #5367 from github/repo-sync
repo sync
2 parents 46b2aa0 + 718f56c commit 2244a1f

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)