From b00445f1048251178bc0ef560773db7fe4cef1bf Mon Sep 17 00:00:00 2001 From: Pete Savage Date: Tue, 7 Jan 2025 12:53:01 +0000 Subject: [PATCH] Removed some comments --- build/kube_setup.sh | 13 ------------- ci/konflux_minikube_e2e_tests.sh | 7 ------- 2 files changed, 20 deletions(-) diff --git a/build/kube_setup.sh b/build/kube_setup.sh index e287db46d..0d8ba4bb6 100755 --- a/build/kube_setup.sh +++ b/build/kube_setup.sh @@ -26,15 +26,6 @@ if ! command -v jq; then exit 1 fi -## GO is required for yq, check if go is installed -#echo "*** Checking for 'go' ..." -#if ! command -v go; then -# echo "*** 'go' not found in path. Please install go with:" -# [[ $PLATFORM == "Darwin" ]] && echo " 'brew install golang' or the instructions at https://golang.org/doc/install" \ -# || echo " sudo dnf install golang" -# exit 1 -#fi - # kubectl is required for interactions with the cluster. if [ -n "${KUBECTL_CMD}" ]; then : # already set via env var @@ -52,10 +43,6 @@ source build/.build_venv/bin/activate pip install --upgrade pip setuptools wheel pip install pyyaml -#GO_BIN_PATH="$(go env GOPATH)/bin" -# -#export PATH="$PATH:$GO_BIN_PATH" - declare -a BG_PIDS=() ROOT_DIR=$(pwd) diff --git a/ci/konflux_minikube_e2e_tests.sh b/ci/konflux_minikube_e2e_tests.sh index 84bc4f71e..01ba64cb4 100755 --- a/ci/konflux_minikube_e2e_tests.sh +++ b/ci/konflux_minikube_e2e_tests.sh @@ -72,7 +72,6 @@ preferences: {} EOM export PATH="$KUBEBUILDER_ASSETS:$PATH" -#export PATH="/root/go/bin:$PATH" export KUBECONFIG=$PWD/kube-config export KUBECTL_CMD="kubectl " @@ -85,12 +84,6 @@ export IMAGE_TAG=`git rev-parse --short=8 HEAD` $KUBECTL_CMD create namespace clowder-system -#mkdir artifacts -# -#make release - -#cat manifest.yaml > artifacts/manifest.yaml - $KUBECTL_CMD apply -f ../manifest.yaml --validate=false -n clowder-system ## The default generated config isn't quite right for our tests - so we'll create a new one and restart clowder