Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
e91538a5
Commit
e91538a5
authored
Aug 31, 2020
by
Ed Lynes
Browse files
Merge branch 'dev' into edgedns
parents
8a3b5143
41754c92
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/LetsEncrypt.yml
View file @
e91538a5
...
@@ -46,7 +46,7 @@ jobs:
...
@@ -46,7 +46,7 @@ jobs:
-
name
:
Clone acmetest
-
name
:
Clone acmetest
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
name
:
Run acmetest
-
name
:
Run acmetest
run
:
cd ../acmetest && sudo
TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN"
./letest.sh
run
:
cd ../acmetest && sudo
--preserve-env
./letest.sh
MacOS
:
MacOS
:
runs-on
:
macos-latest
runs-on
:
macos-latest
...
@@ -61,7 +61,7 @@ jobs:
...
@@ -61,7 +61,7 @@ jobs:
-
name
:
Clone acmetest
-
name
:
Clone acmetest
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
name
:
Run acmetest
-
name
:
Run acmetest
run
:
cd ../acmetest && sudo
TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN"
./letest.sh
run
:
cd ../acmetest && sudo
--preserve-env
./letest.sh
Windows
:
Windows
:
runs-on
:
windows-latest
runs-on
:
windows-latest
...
...
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