Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Jan 31, 2024
1 parent a604476 commit 6b73661
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,24 @@ jobs:
- name: Create Kind Cluster
id: create-kind-kubernetes
env:
ACTIONS_STEP_DEBUG: false
ACTIONS_STEP_DEBUG: true
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KUBECONFIG: /workspaces/Kargo/.kube/config
KINDCONFIG: /workspaces/Kargo/hack/kind.yaml
run: |
set -ex
direnv allow
make kind-cluster
- id: wait-kind-ready
name: Wait for Kind Kubernetes API to be Ready
env:
ACTIONS_STEP_DEBUG: false
ACTIONS_STEP_DEBUG: true
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -ex
direnv allow
make kind-ready
Expand All @@ -94,7 +96,7 @@ jobs:
direnv allow
make wait-all-pods
env:
ACTIONS_STEP_DEBUG: true
ACTIONS_STEP_DEBUG: false
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KUBECONFIG: /workspaces/Kargo/.kube/config
Expand Down

0 comments on commit 6b73661

Please sign in to comment.