Skip to content

Commit a62d375

Browse files
feat: run background command cicd
1 parent 315aac7 commit a62d375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- maven-cache_v3-<< parameters.maven-image >>-
2121
- run:
2222
name: "Run Envoy"
23+
background: true
2324
command: |
2425
wget -O- https://apt.envoyproxy.io/signing.key | sudo gpg --dearmor -o /etc/apt/keyrings/envoy-keyring.gpg
2526
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
26-
sudo apt-get update
2727
sudo apt-get install envoy
2828
envoy -c .circleci/envoy.yaml
2929
- run:

0 commit comments

Comments
 (0)