Skip to content

Commit

Permalink
Update sync_envoy.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
  • Loading branch information
mmorel-35 authored Mar 22, 2024
1 parent 8121805 commit 865fa00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/sync_envoy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ build_protos () {
echo "Building go protos ..."
cd "${ENVOY_SRC_DIR}" || exit 1
./ci/do_ci.sh api.go
cd - && go mod tidy || exit 1
cd - || exit 1
go mod tidy
}

get_last_envoy_sha () {
Expand Down

0 comments on commit 865fa00

Please sign in to comment.