We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ef2c9c + b81fc33 commit e284e52Copy full SHA for e284e52
1 file changed
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
machine:
5
- image: ubuntu-2004:202201-02
+ image: ubuntu-2004:current
6
7
steps:
8
- checkout
@@ -37,4 +37,9 @@ jobs:
37
appropriate/curl -4 --insecure --retry 20 --retry-delay 2 --retry-connrefused https://localhost/v1/projects \
38
| tee /dev/tty \
39
| grep -q '\[\]'
40
- docker compose exec -T service npx pm2 list | grep -c "online" | grep -q 4 || exit 1
+ - run:
41
+ name: Verify pm2
42
+ command: |
43
+ docker compose exec -T service npx pm2 list \
44
+ | tee /dev/tty \
45
+ | grep -c "online" | grep -q 4
0 commit comments