-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -225,7 +225,7 @@ jobs: | |
$gam info domain | ||
$gam oauth refresh | ||
$gam info user | ||
$gam info user grouptree | ||
$gam info user $gam_user grouptree | ||
export tstamp=$(date +%s%3N) | ||
export newbase=gha-test-$JID-$tstamp | ||
export [email protected] | ||
|
@@ -252,7 +252,7 @@ jobs: | |
$gam csv sample.csv gam user $gam_user sendemail recipient [email protected] subject "test message $newbase" message "GHA test message" | ||
$gam csv sample.csv gam update group $newgroup add member ~email | ||
$gam info group $newgroup | ||
$gam info cigroup membertree | ||
$gam info cigroup $newgroup membertree | ||
$gam user $gam_user check serviceaccount | ||
# confirm mailbox is provisoned before continuing | ||
$gam user $newuser waitformailbox | ||
|