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