always remove tmpdir in deploy.sh #530
Merged
snedadah
merged 1 commits from merenber/always-remove-tmpdir
into main
4 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'merenber/always-remove-tmpdir'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This change ensures that the temporary directory created by
mkdir --directory
is always removed whendeploy.sh
exits, whether or not the script succeeded.It also modifies the
git clone
command to use thefile://
protocol instead of HTTPS, to speed up the download.thanks for making this change! note that the staging doesn't actually use this script,
so I just manually tested it using the production script and it seemed to work fine.
7e5466e2bc
into main 4 months agoReviewers
7e5466e2bc
.