Skip to content

Commit 7b167bb

Browse files
feat: install envoy circleci
1 parent 46979b5 commit 7b167bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
keys:
1919
- &cache-key maven-cache_v1-<< parameters.maven-image >>-{{ checksum "pom.xml" }}
2020
- maven-cache_v3-<< parameters.maven-image >>-
21+
- run:
22+
name: "Run Envoy"
23+
command: |
24+
curl -sL 'https://apt.envoyproxy.io/signing.key | sudo gpg --dearmor -o /etc/apt/keyrings/envoy-keyring.gpg'
25+
sudo apt-get update
26+
sudo apt-get install envoy
27+
echo "helllo"
28+
envoy --version
2129
- run:
2230
name: "Running tests"
2331
command: |

0 commit comments

Comments
 (0)