Skip to content

Commit 2ce09f0

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 6fbe291 + e380867 commit 2ce09f0

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)