From 0fc7958ccc95ae3a234855dc45c4ca54ab376bcb Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 13 Jan 2023 11:14:35 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48f8ec69..f9c603c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -733,8 +733,8 @@ jobs: echo "printer model count:" $gam print printermodels | wc -l ssoprofile=$($gam create inboundssoprofile name "El Goog ${newbase}" loginurl https://www.google.com logouturl https://www.google.com changepasswordurl https://www.google.com entityid ElGoog return_name_only) - $gam create inboundssocredential profile "id:${ssoprofile}" generate_key - $gam create inboundssoassignment profile "id:${ssoprofile}" orgunit "${newou}" mode SAML_SSO + #$gam create inboundssocredential profile "id:${ssoprofile}" generate_key + #$gam create inboundssoassignment profile "id:${ssoprofile}" orgunit "${newou}" mode SAML_SSO $gam delete ou "${newou}" $gam delete inboundssoprofile "id:${ssoprofile}" #$gam print printers