Skip to content

Commit 40f0265

Browse files
authored
Merge branch 'main' into add-layouts-middleware
2 parents a70287f + e380867 commit 40f0265

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)