Skip to content

Commit

Permalink
chore: debuggy fun
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 10, 2024
1 parent 861a21d commit 1b60c53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,16 @@ jobs:
tg_dir: ${{ env.WORKING_DIR }}
tg_command: run-all apply

- name: debug
env:
KUBECONFIG: ${{ runner.home }}/.kube/config
run: |
echo $KUBECONFIG
ls ~/
ls ~/.kube
ls ~/.kube/config
kubectl get nodes
- name: ArgoCD registry
run: kubectl apply -f registry/clusters/prod/registry.yaml

0 comments on commit 1b60c53

Please sign in to comment.