Update build.yml

This commit is contained in:
Jay Lee
2022-04-08 09:57:02 -04:00
committed by GitHub
parent c5895a3082
commit 154de4818e

View File

@ -668,12 +668,11 @@ jobs:
$gam print printermodels | wc -l $gam print printermodels | wc -l
#$gam print printers #$gam print printers
#$gam create printer displayname "${newbase}" uri ipp://localhost:631 driverless description "made by $(gam_user)" ou / #$gam create printer displayname "${newbase}" uri ipp://localhost:631 driverless description "made by $(gam_user)" ou /
export CUSTOMER_ID="C01wfv983" #export CUSTOMER_ID="C01wfv983"
export GA_DOMAIN="pdl.jaylee.us" #export GA_DOMAIN="pdl.jaylee.us"
touch $gampath/enabledasa.txt #touch $gampath/enabledasa.txt
echo "using delegated admin service account" #echo "using delegated admin service account"
$gam print users #$gam print users
rm -f -v $gampath/enabledasa.txt
# - name: Upload to Google Drive, build only. # - name: Upload to Google Drive, build only.
# if: github.event_name == 'push' && matrix.goal != 'test' # if: github.event_name == 'push' && matrix.goal != 'test'