Skip to content

Commit

Permalink
Test action sync
Browse files Browse the repository at this point in the history
  • Loading branch information
valerian-roche committed Dec 24, 2024
1 parent 56f953f commit d19262d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/sync_envoy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ sync_protos () {
for src in "${SRCS[@]}"; do
envoy_src="${ENVOY_SRC_DIR}/build_go/${src}"
find "${src}" ! -name "${src}" -maxdepth 1 -type d -exec rm -rf {} +
ls "$src"/
echo "Copying ${envoy_src} -> ${src}"
cp -a "$envoy_src" "$src"
ls "$src"/
git add "$src"
done
make tidy-all
Expand Down

0 comments on commit d19262d

Please sign in to comment.