Skip to content

Commit ee7b8df

Browse files
committed
fix ci 3
1 parent 4be50b9 commit ee7b8df

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

docs/develop/change-log.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22
### Version 2.2.3
33
- fix: sub_path '' => '/', like GitHub pages
4+
- feat: support ACME Pebble integration test, and change config
5+
- deps: update server deps
46

57
### Version 2.2.2
68

tests/bash/run_pebble.sh

-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
#!/bin/bash
22
docker run --network=host -d
33
--name pebble \
4-
ghcr.io/letsencrypt/pebble:2.6.0 && \
5-
exit 0;
6-
7-
## next command is for mac test.
8-
export IP=192.168.1.255 #change it to self
9-
docker run -p 14000:14000 -p 15000:15000 --rm \
10-
--add-host=local.fornetcode.com:$(IP) \
11-
--name pebble \
124
ghcr.io/letsencrypt/pebble:2.6.0

tests/bash/run_pebble_mac.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
#change it to self
3+
export IP=192.168.1.255
4+
docker run -p 14000:14000 -p 15000:15000 --rm \
5+
--add-host=local.fornetcode.com:$(IP) \
6+
--name pebble \
7+
ghcr.io/letsencrypt/pebble:2.6.0

0 commit comments

Comments
 (0)