We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5293cf commit 1b90373Copy full SHA for 1b90373
.circleci/config.yml
@@ -3,14 +3,14 @@ version: 2.1
3
jobs:
4
test:
5
machine:
6
- image: ubuntu-2004:202111-01
+ image: ubuntu-2004:2023.04.2
7
docker_layer_caching: true
8
steps:
9
- checkout
10
- run:
11
name: Install pongo
12
command: |
13
- git clone --single-branch https://github.com/Kong/kong-pongo ../kong-pongo
+ git clone --depth 1 --branch 2.5.0 https://github.com/Kong/kong-pongo ../kong-pongo
14
../kong-pongo/pongo.sh up
15
../kong-pongo/pongo.sh build
16
0 commit comments