another attempt at catching exit 60

This commit is contained in:
Jay Lee
2026-07-04 17:27:14 -04:00
parent b4e61b041e
commit c5615f9935

View File

@@ -906,7 +906,7 @@ jobs:
run_gam csv ./vm-open.csv gam update vaultmatter "id:~~matterId~~" action close run_gam csv ./vm-open.csv gam update vaultmatter "id:~~matterId~~" action close
run_gam config csv_output_row_filter "name:regex:gha_test_${JID}_" redirect csv ./vm-closed.csv print vaultmatters matterstate CLOSED run_gam config csv_output_row_filter "name:regex:gha_test_${JID}_" redirect csv ./vm-closed.csv print vaultmatters matterstate CLOSED
run_gam csv ./vm-closed.csv gam update vaultmatter "id:~~matterId~~" action delete run_gam csv ./vm-closed.csv gam update vaultmatter "id:~~matterId~~" action delete
run_gam user $gam_user delete peoplecontacts emailmatchpattern "^gha_test-${JID}_" || if [ $? != 60 ]; then exit $?; fi # expect a 60 return code run_gam -a "0 60" user $gam_user delete peoplecontacts emailmatchpattern "^gha_test-${JID}_"
run_gam config enable_dasa true save run_gam config enable_dasa true save
run_gam config csv_output_row_filter "name:regex:gha_test_${JID}_" redirect csv ./features.csv print features run_gam config csv_output_row_filter "name:regex:gha_test_${JID}_" redirect csv ./features.csv print features
run_gam csv ./features.csv gam delete feature ~name run_gam csv ./features.csv gam delete feature ~name