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
b5653a1c
Commit
b5653a1c
authored
Dec 06, 2020
by
Van Hau TRAN
Browse files
feat: add comment and configure workflow ci test
parent
671bd102
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_scaleway.sh
View file @
b5653a1c
...
...
@@ -106,6 +106,7 @@ _get_root() {
return
1
}
# this function add a TXT record
_scaleway_create_TXT_record
()
{
txt_zone
=
$1
txt_name
=
$2
...
...
@@ -121,6 +122,7 @@ _scaleway_create_TXT_record() {
fi
}
# this function delete a TXT record based on name and content
_scaleway_delete_TXT_record
()
{
txt_zone
=
$1
txt_name
=
$2
...
...
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