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
7ed7a57d
Commit
7ed7a57d
authored
Jan 10, 2021
by
tyahin
Browse files
deploy gcore_cdn fix syntax
parent
1eaf7c89
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/gcore_cdn.sh
View file @
7ed7a57d
...
@@ -74,7 +74,7 @@ gcore_cdn_deploy() {
...
@@ -74,7 +74,7 @@ gcore_cdn_deploy() {
_debug _response
"
$_response
"
_debug _response
"
$_response
"
_regex
=
"
\"
primary_resource
\"
:null},"
_regex
=
"
\"
primary_resource
\"
:null},"
_debug _regex
"
$_regex
"
_debug _regex
"
$_regex
"
_response
=
$(
echo
"
$_response
"
|
sed
'
s/$_regex/$_regex\n/g
'
)
_response
=
$(
echo
"
$_response
"
|
sed
"
s/
$_regex
/
$_regex
\n
/g
"
)
_debug _response
"
$_response
"
_debug _response
"
$_response
"
_regex
=
"^.*
\"
cname
\"
:
\"
$_cdomain
\"
.*$"
_regex
=
"^.*
\"
cname
\"
:
\"
$_cdomain
\"
.*$"
_debug _regex
"
$_regex
"
_debug _regex
"
$_regex
"
...
...
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