Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
7db592d2
Commit
7db592d2
authored
Nov 22, 2020
by
Easton Man
Browse files
fix: fix failing ci test
parent
b8e5c0d8
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_huaweicloud.sh
View file @
7db592d2
...
...
@@ -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
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment