From b4e61b041e791a0232bf8a6a9a462c4eed58c865 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 4 Jul 2026 17:09:59 -0400 Subject: [PATCH] handle 60 return code --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f29fed39..8bad4ab1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -906,7 +906,7 @@ jobs: 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 csv ./vm-closed.csv gam update vaultmatter "id:~~matterId~~" action delete - run_gam user $gam_user delete peoplecontacts emailmatchpattern "^gha_test-${JID}_" + run_gam user $gam_user delete peoplecontacts emailmatchpattern "^gha_test-${JID}_" || if [ $? != 60 ]; then exit $?; fi # expect a 60 return code 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 csv ./features.csv gam delete feature ~name