Skip to content

Commit

Permalink
Update PebbleStrict.yml docker-compose -> docker compose
Browse files Browse the repository at this point in the history
`docker-compose` was removed in actions/runner-images#9692
  • Loading branch information
oittaa authored Aug 18, 2024
1 parent 795d987 commit 9f9a56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PebbleStrict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install tools
run: sudo apt-get install -y socat
- 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 .. && curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker compose up -d
- name: Set up Pebble
run: curl --request POST --data '{"ip":"10.30.50.1"}' http://localhost:8055/set-default-ipv4
- name: Clone acmetest
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
- name: Clone acmetest
run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
- name: Run acmetest
run: cd ../acmetest && ./letest.sh
run: cd ../acmetest && ./letest.sh

0 comments on commit 9f9a56d

Please sign in to comment.