From 46b54fda37e04d59461210790915a754ff2d3b8d Mon Sep 17 00:00:00 2001 From: Tony Allen Date: Wed, 12 Sep 2018 11:39:19 -0700 Subject: [PATCH] ci: Copy WORKSPACE instead of using api_dependencies Signed-off-by: Tony Allen --- ci/api_mirror.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/api_mirror.sh b/ci/api_mirror.sh index 878f94d87778a..077cdd1d3cfe6 100755 --- a/ci/api_mirror.sh +++ b/ci/api_mirror.sh @@ -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"