Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Nov 13, 2023
1 parent c408ac3 commit 58e3492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_envoy_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

docker run -t -d --platform=linux/amd64 envoyproxy/envoy-contrib:v$1
mkdir -p backend/bin/envoy-$1
docker cp $(docker ps -q):/usr/local/bin/envoy backend/bin/envoy-$1/
docker kill $(docker ps -q)
docker cp "$(docker ps -q)":/usr/local/bin/envoy backend/bin/envoy-$1/
docker kill "$(docker ps -q)"

0 comments on commit 58e3492

Please sign in to comment.