From dc079778669968429b475c0e7ce020951fe769da Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 29 Jun 2020 22:14:45 +0100 Subject: chore(ops): Clean up old GCP infrastructure files This removes almost all of the GCP-infrastructure leftovers from my previous setup. The DNS configuration is retained, but moves to my user folder instead. Change-Id: I1867acd379443882f11a3c645846c9902eadd5b0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/782 Tested-by: BuildkiteCI Reviewed-by: eta Reviewed-by: isomer --- bin/__dispatch.sh | 4 ---- bin/kms_pass | 1 - 2 files changed, 5 deletions(-) delete mode 120000 bin/kms_pass (limited to 'bin') diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index eddc208893..ad559fe962 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -19,10 +19,6 @@ case "${TARGET_TOOL}" in stern) attr="third_party.stern" ;; - kms_pass) - attr="ops.kms_pass" - TARGET_TOOL="pass" - ;; aoc2019) attr="fun.aoc2019.${1}" ;; diff --git a/bin/kms_pass b/bin/kms_pass deleted file mode 120000 index 8390ec9c96..0000000000 --- a/bin/kms_pass +++ /dev/null @@ -1 +0,0 @@ -__dispatch.sh \ No newline at end of file -- cgit 1.4.1