Commit 7db592d2 authored by Easton Man's avatar Easton Man
Browse files

fix: fix failing ci test

parent b8e5c0d8
......@@ -63,6 +63,8 @@ dns_huaweicloud_rm() {
_debug "${zoneid}"
record_id="$(_get_recordset_id "${token}" "${fulldomain}" "${zoneid}")"
_debug "Record Set ID is: ${record_id}"
# Remove all records
while [ "${record_id}" != "0" ]; do
_debug "Adding Record"
_rm_record "${token}" "${zoneid}" "${record_id}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment