From 31fa445733b97bd040e34135b584b643de3e88a0 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 24 Jul 2023 13:59:12 -0400 Subject: [PATCH] actions: handle 20 return code from whatis --- .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 f7688a33..668c8339 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -746,7 +746,7 @@ jobs: $gam user $newuser delete license workspaceenterpriseplus echo finish $gam config enable_dasa true save - $gam whatis $newuser noinfo + $gam whatis $newuser || || if [ $? != 20 ]; then exit $?; fi # expect a 20 return code (is a user) $gam user $gam_user show tokens $gam config enable_dasa false save $gam print exports matter $matterid | $gam csv - gam download export $matterid id:~~id~~