Skip to content

Commit 5802d90

Browse files
feat: install envoy circleci
1 parent 7b167bb commit 5802d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- run:
2222
name: "Run Envoy"
2323
command: |
24-
curl -sL 'https://apt.envoyproxy.io/signing.key | sudo gpg --dearmor -o /etc/apt/keyrings/envoy-keyring.gpg'
24+
wget -O- https://apt.envoyproxy.io/signing.key | sudo gpg --dearmor -o /etc/apt/keyrings/envoy-keyring.gpg
25+
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/envoy-keyring.gpg] https://apt.envoyproxy.io focal main" | sudo tee /etc/apt/sources.list.d/envoy.list
2526
sudo apt-get update
2627
sudo apt-get install envoy
27-
echo "helllo"
2828
envoy --version
2929
- run:
3030
name: "Running tests"

0 commit comments

Comments
 (0)