1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

drop Azure DNS env vars in scripts

This commit is contained in:
Viranch Mehta
2021-06-09 15:12:04 -07:00
parent a994ab9daf
commit f90d261133
2 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,10 @@ export DYN_CUSTOMER=
export DYN_PASSWORD=
export DYN_USERNAME=
export GOOGLE_APPLICATION_CREDENTIALS=
export ARM_CLIENT_ID=
export ARM_CLIENT_SECRET=
export ARM_TENANT_ID=
export ARM_SUBSCRIPTION_ID=
# Don't allow disabling coverage
grep -r -I --line-number "# pragma: +no.*cover" octodns && {

View File

@ -25,5 +25,9 @@ export DYN_CUSTOMER=
export DYN_PASSWORD=
export DYN_USERNAME=
export GOOGLE_APPLICATION_CREDENTIALS=
export ARM_CLIENT_ID=
export ARM_CLIENT_SECRET=
export ARM_TENANT_ID=
export ARM_SUBSCRIPTION_ID=
nosetests "$@"