From d7dcd1dee8d865f537a26809dcfbab6876766e46 Mon Sep 17 00:00:00 2001 From: Keyvan Ebrahimpour Date: Fri, 11 Apr 2025 10:04:01 +0000 Subject: [PATCH] fix misplaced echo kubeconfig --- .github/workflows/build-and-deploy.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 71da072..48226f8 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -17,10 +17,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Print kubeconfig server - run: | - grep 'server:' ~/.kube/config - - name: Debug repository name run: | echo "Repository: ${{ github.repository }}" @@ -47,6 +43,7 @@ jobs: export KUBECONFIG=~/.kube/config kubectl version --client kubectl cluster-info + grep 'server:' ~/.kube/config shell: bash - name: Deploy to Kubernetes