Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 12, 2024
1 parent f18c0d3 commit f03a48b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
export GARDENER_DIR="${HOME}/.gardener"
mkdir -p "/home/runner/.gardener"
echo ${GARDENER_KYMATUNAS} | base64 --decode > ${GARDENER_DIR}/kubeconfig
export TEST_ENV_STEP1="this was set in previous step"
- name: Provision Gardener cluster
env:
Expand All @@ -175,6 +176,7 @@ jobs:
GARDENER_CLUSTER_VERSION: "1.26.9"
run: |
export GARDENER_KUBECONFIG="${HOME}/.gardener/kubeconfig"
echo ${TEST_ENV_STEP1}
make -C hack/ci/ provision-gardener-cluster
kubectl version
kubectl cluster-info
Expand Down

0 comments on commit f03a48b

Please sign in to comment.