Skip to content

Commit 9e0440e

Browse files
Fixed trap spec
Signed-off-by: Abhijit Gadgil <agadgil@progress.com>
1 parent 0a51aed commit 9e0440e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.expeditor/scripts/end_to_end/setup_environment_darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export HAB_VOLUME_DEVICE
3232
# Clean up the writable APFS volume mounted at /hab when done
3333
trap 'sudo -E bash -c "source .expeditor/scripts/shared.sh && \
3434
HAB_VOLUME_DEVICE=$HAB_VOLUME_DEVICE \
35-
teardown_hab_root_macos_pipeline"' ERR,EXIT
35+
teardown_hab_root_macos_pipeline"' ERR EXIT
3636

3737
# Note: We should always have a `hab` binary installed in our CI
3838
# Anka VMs.

0 commit comments

Comments
 (0)