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

DIGITALOCEAN: Support TXTMulti with caveats (#949)

* DIGITALOCEAN: Support TXTMulti with caveats
* go get github.com/digitalocean/godo
* DIGITALOCEAN: Enable CI tests
This commit is contained in:
Tom Limoncelli
2020-11-18 08:22:31 -05:00
committed by GitHub
parent 13a1360779
commit 1f471a15b9
7 changed files with 66 additions and 24 deletions

View File

@@ -31,8 +31,6 @@ jobs:
fail-fast: false
matrix:
provider: [AZURE_DNS, BIND, CLOUDFLAREAPI, DIGITALOCEAN, GANDI_V5, GCLOUD, HEXONET, NAMEDOTCOM, ROUTE53]
exclude:
- provider: DIGITALOCEAN # remove when #636 is fixed
steps:
- name: Checkout repo
uses: actions/checkout@v2