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:
@ -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 && {
|
||||
|
Reference in New Issue
Block a user