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
1eaf7c89
Commit
1eaf7c89
authored
Jan 10, 2021
by
tyahin
Browse files
deploy gcore_cdn fix api
parent
1fff8dd3
Changes
1
Show whitespace changes
Inline
Side-by-side
deploy/gcore_cdn.sh
View file @
1eaf7c89
...
@@ -72,12 +72,15 @@ gcore_cdn_deploy() {
...
@@ -72,12 +72,15 @@ gcore_cdn_deploy() {
export
_H2
=
"Authorization:Token
$_token
"
export
_H2
=
"Authorization:Token
$_token
"
_response
=
$(
_get
"https://api.gcdn.co/resources"
)
_response
=
$(
_get
"https://api.gcdn.co/resources"
)
_debug _response
"
$_response
"
_debug _response
"
$_response
"
_regex
=
".*(
\"
id
\"
.*?
\"
cname
\"
:
\"
$_cdomain
\"
.*?})"
_regex
=
"
\"
primary_resource
\"
:null},"
_debug _regex
"
$_regex
"
_response
=
$(
echo
"
$_response
"
|
sed
's/$_regex/$_regex\n/g'
)
_debug _response
"
$_response
"
_regex
=
"^.*
\"
cname
\"
:
\"
$_cdomain
\"
.*$"
_regex
=
"^.*
\"
cname
\"
:
\"
$_cdomain
\"
.*$"
_debug _regex
"
$_regex
"
_debug _regex
"
$_regex
"
_resource
=
$(
echo
"
$_response
"
|
sed
's/},{/},\n{/g'
|
_egrep_o
"
$_regex
"
)
_resource
=
$(
echo
"
$_response
"
| _egrep_o
"
$_regex
"
)
_debug _resource
"
$_resource
"
_debug _resource
"
$_resource
"
_regex
=
".*
\"
id
\"
:
\(
[0-9]*
\)
.*
\"
rules
\"
.*
$"
_regex
=
".*
\"
id
\"
:
\(
[0-9]*
\)
.*$"
_debug _regex
"
$_regex
"
_debug _regex
"
$_regex
"
_resourceId
=
$(
echo
"
$_resource
"
|
sed
-n
"s/
$_regex
/
\1
/p"
)
_resourceId
=
$(
echo
"
$_resource
"
|
sed
-n
"s/
$_regex
/
\1
/p"
)
_debug _resourceId
"
$_resourceId
"
_debug _resourceId
"
$_resourceId
"
...
...
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