Trying to access Git-on-Borg on Kokoro.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
diff --git a/open_pdks/system-setup.sh b/open_pdks/system-setup.sh
index 29cc2f3..a5f8828 100755
--- a/open_pdks/system-setup.sh
+++ b/open_pdks/system-setup.sh
@@ -22,6 +22,12 @@
 echo "====================================================="
 echo
 
-#sudo apt-get install -y git-remote-google
+git clone https://gerrit.googlesource.com/gcompute-tools ${KOKORO_ARTIFACTS_DIR}/gcompute-tools
+${KOKORO_ARTIFACTS_DIR}/gcompute-tools/git-cookie-authdaemon
+
+
+git ls-remote https://foss-eda-tools.googlesource.com/skywater-pdk/builder
+
+curl -b ~/.git-credential-cache/cookie https://foss-eda-tools.googlesource.com/?format=TEXT
 
 echo "====================================================="