Skip to content

Commit

Permalink
ci: Copy WORKSPACE instead of using api_dependencies (envoyproxy#4413)
Browse files Browse the repository at this point in the history
CI for data-plane-api has been failing since gogoproto was updated at envoyproxy/data-plane-api@43bc9ad. This patch makes it so that we also copy over the entirety of the WORKSPACE.

I am creating this PR so I can test if the CI passes successfully.

Risk Level:
Low

Testing:
Running CI in PR.

Fixes envoyproxy#4218

Signed-off-by: Tony Allen <[email protected]>
  • Loading branch information
Tony Allen authored and htuch committed Sep 12, 2018
1 parent 976991c commit 2d141b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/api_mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ then
COMMIT_MSG=$(git -C "$API_WORKING_DIR" log --format=%B -n 1)
QUALIFIED_COMMIT_MSG=$(echo -e "$COMMIT_MSG\n\n$MIRROR_MSG @ $sha")
rsync -acv --delete --exclude "ci/" --exclude ".*" --exclude LICENSE \
--exclude WORKSPACE \
"$API_WORKING_DIR"/api/ "$CHECKOUT_DIR"/
git -C "$CHECKOUT_DIR" add .
git -C "$CHECKOUT_DIR" commit -m "$QUALIFIED_COMMIT_MSG"
Expand Down

0 comments on commit 2d141b7

Please sign in to comment.