From e233b889694cc3d76a8de5dcb3c9eeae7b64bd52 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sun, 23 Jul 2023 14:26:33 +0000 Subject: [PATCH] actions: DASA disabled for Vault commands --- .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 ada3978c..27ce149b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -726,7 +726,7 @@ jobs: endtime=$($PYTHON -c "import datetime; print((datetime.datetime.now() + datetime.timedelta(hours=2)).strftime('%Y-%m-%dT%H:%M:%S.%f+00:00'))") $gam calendar $gam_user addevent summary "GHA test event" start "${starttime}" end "${endtime}" attendee $newgroup hangoutsmeet guestscanmodify true sendupdates all $gam calendar $gam_user printevents after -0d - $gam config enable_dasa true save + $gam config enable_dasa false save matterid=uid:$($gam create vaultmatter name "GHA matter $newbase" description "test matter" collaborators $newuser | head -1 | cut -d ' ' -f 3) $gam create vaulthold matter $matterid name "GHA hold $newbase" corpus mail accounts $newuser $gam print vaultmatters matterstate open