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
4ea7f3cd
Commit
4ea7f3cd
authored
Sep 07, 2022
by
neilpang
Browse files
ignore https error for solaris
parent
03288b52
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
4ea7f3cd
...
@@ -236,7 +236,7 @@ jobs:
...
@@ -236,7 +236,7 @@ jobs:
OpenBSD
:
OpenBSD
:
runs-on
:
macos-12
runs-on
:
macos-12
needs
:
Solaris
needs
:
FreeBSD
env
:
env
:
TEST_DNS
:
${{ secrets.TEST_DNS }}
TEST_DNS
:
${{ secrets.TEST_DNS }}
TestingDomain
:
${{ secrets.TestingDomain }}
TestingDomain
:
${{ secrets.TestingDomain }}
...
@@ -379,7 +379,7 @@ jobs:
...
@@ -379,7 +379,7 @@ jobs:
Solaris
:
Solaris
:
runs-on
:
macos-12
runs-on
:
macos-12
needs
:
Free
BSD
needs
:
DragonFly
BSD
env
:
env
:
TEST_DNS
:
${{ secrets.TEST_DNS }}
TEST_DNS
:
${{ secrets.TEST_DNS }}
TestingDomain
:
${{ secrets.TestingDomain }}
TestingDomain
:
${{ secrets.TestingDomain }}
...
@@ -391,7 +391,7 @@ jobs:
...
@@ -391,7 +391,7 @@ jobs:
DEBUG
:
${{ secrets.DEBUG }}
DEBUG
:
${{ secrets.DEBUG }}
http_proxy
:
${{ secrets.http_proxy }}
http_proxy
:
${{ secrets.http_proxy }}
https_proxy
:
${{ secrets.https_proxy }}
https_proxy
:
${{ secrets.https_proxy }}
HTTPS_INSECURE
:
${{ secrets.HTTPS_INSECURE }}
HTTPS_INSECURE
:
1
# always set to 1 to ignore https error, sincc Solaris doesn't accept the expired ISRG X1 root
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Clone acmetest
-
name
:
Clone acmetest
...
...
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