Debug build

This commit is contained in:
Ross Scroggs
2025-09-11 19:13:15 -07:00
parent 0c3edfea62
commit ee71be86b5
2 changed files with 5 additions and 1 deletions

View File

@@ -785,7 +785,7 @@ jobs:
$gam config enable_dasa true save $gam config enable_dasa true save
$gam checkconn $gam checkconn
$gam user "$gam_user" check serviceaccount $gam user "$gam_user" check serviceaccount
echo "***** gam info domain" echo "***** gam info domain"
$gam info domain $gam info domain
$gam info user $gam info user
export tstamp=$($PYTHON -c "import time; print(time.time_ns())") export tstamp=$($PYTHON -c "import time; print(time.time_ns())")

View File

@@ -10,6 +10,10 @@ Add the `-s` option to the end of the above commands to suppress creating the `g
See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation
### 7.21.00
Replaced datetime, dateutil, calendar and iso8601 Python libraries with arrow library.
### 7.20.04 ### 7.20.04
Cleaned up Python library imports: googleapiclient, iso8601 Cleaned up Python library imports: googleapiclient, iso8601