Skip to content

Commit

Permalink
create only kube dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Nov 28, 2024
1 parent 6c63cb7 commit 1f6d8c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ jobs:
run: terraform --version
- name: Print Google Cloud CLI version
run: gcloud --version
- name: Create kubeconfig
- name: Create kube directory
run: |
mkdir -p $HOME/.kube
touch $HOME/.kube/config
- name: Run tests
env:
VENOM_VAR_provider: gcp
Expand Down

0 comments on commit 1f6d8c1

Please sign in to comment.