Pass SSH_AUTH_SOCK through tools/bazel
This lets the aos downloader use local keys.
Change-Id: I7e7f46fde6d49cf5b3b8fbbb1e3c897816915d6f
diff --git a/tools/ci/run-tests.sh b/tools/ci/run-tests.sh
index 5649510..1a948f1 100755
--- a/tools/ci/run-tests.sh
+++ b/tools/ci/run-tests.sh
@@ -2,6 +2,9 @@
set -e
set -x
+# No need to pass this through. It hurts caching.
+unset SSH_AUTH_SOCK
+
readonly TARGETS='//... @com_github_google_glog//... @com_google_ceres_solver//...'
readonly M4F_TARGETS='//...'
readonly COMMON='-c opt --stamp=no --curses=no --color=no --symlink_prefix=/'