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
edd76f59
Commit
edd76f59
authored
Aug 20, 2020
by
neil
Browse files
fix dir
parent
c131b638
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/PebbleStrict.yml
View file @
edd76f59
...
@@ -16,10 +16,10 @@ jobs:
...
@@ -16,10 +16,10 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Run Pebble
-
name
:
Run Pebble
run
:
cd
..
&& curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker-compose up -d
run
:
cd
"$GITHUB_WORKSPACE"
&& curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker-compose up -d
-
name
:
Set up Pebble
-
name
:
Set up Pebble
run
:
curl --request POST --data '{"ip":"10.30.50.1"}' http://localhost:8055/set-default-ipv4
run
:
curl --request POST --data '{"ip":"10.30.50.1"}' http://localhost:8055/set-default-ipv4
-
name
:
Clone acmetest
-
name
:
Clone acmetest
run
:
git clone https://github.com/acmesh-official/acmetest.git && mv acme.sh acmetest/
run
:
cd "$GITHUB_WORKSPACE" &&
git clone https://github.com/acmesh-official/acmetest.git && mv acme.sh acmetest/
-
name
:
Run acmetest
-
name
:
Run acmetest
run
:
cd acmetest && ./letest.sh
run
:
cd acmetest && ./letest.sh
\ No newline at end of file
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