From 66cfa261de1c1d99a68480bf9bfdc4807ca87ea6 Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Tue, 26 Sep 2023 00:18:33 +0000 Subject: [PATCH] removed unused variables. --- git-config/main.tf | 1 - git-config/run.sh | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/git-config/main.tf b/git-config/main.tf index 1245d6c..6afac80 100644 --- a/git-config/main.tf +++ b/git-config/main.tf @@ -14,7 +14,6 @@ variable "agent_id" { description = "The ID of a Coder agent." } -# TODO: Check if agent ID can provide workspace username and email variable "username" { type = string description = "The username of the Coder workspace owner." diff --git a/git-config/run.sh b/git-config/run.sh index 07971ae..bdcc3c3 100644 --- a/git-config/run.sh +++ b/git-config/run.sh @@ -1,10 +1,10 @@ #!/usr/bin/env sh -BOLD='\033[0;1m' -CODE='\033[36;40;1m' -RESET='\033[0m' -CODER_EMAIL="${CODER_EMAIL}" -CODER_USERNAME="${CODER_USERNAME}" +# BOLD='\033[0;1m' +# CODE='\033[36;40;1m' +# RESET='\033[0m' +# CODER_EMAIL="${CODER_EMAIL}" +# CODER_USERNAME="${CODER_USERNAME}" echo "Running git-config script!\n\n"