about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--services/cgit-taz/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/services/cgit-taz/default.nix b/services/cgit-taz/default.nix
index 5fce2f2aab..e0ffabbabf 100644
--- a/services/cgit-taz/default.nix
+++ b/services/cgit-taz/default.nix
@@ -54,12 +54,5 @@ let
     patches = [ ./cgit_idx.patch thttpdConfigPatch ];
   });
 in writeShellScriptBin "cgit-launch" ''
-  # v0v
-  gcloud config set core/custom_ca_certs_file ${cacert}/etc/ssl/certs/ca-bundle.crt
-
-  # The role account that this container is running at in Kubernetes
-  # has permission to clone the repository.
-  ${google-cloud-sdk}/bin/gcloud source repos --project tazjins-infrastructure clone depot /git/depot
-
   exec ${thttpdCgit}/bin/thttpd -D -C ${thttpdConfig}
 # ''