Skip to content

Commit 1b90373

Browse files
committed
ci: Fix
1 parent c5293cf commit 1b90373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ version: 2.1
33
jobs:
44
test:
55
machine:
6-
image: ubuntu-2004:202111-01
6+
image: ubuntu-2004:2023.04.2
77
docker_layer_caching: true
88
steps:
99
- checkout
1010
- run:
1111
name: Install pongo
1212
command: |
13-
git clone --single-branch https://github.com/Kong/kong-pongo ../kong-pongo
13+
git clone --depth 1 --branch 2.5.0 https://github.com/Kong/kong-pongo ../kong-pongo
1414
../kong-pongo/pongo.sh up
1515
../kong-pongo/pongo.sh build
1616
- run:

0 commit comments

Comments
 (0)