Skip to content

Commit

Permalink
refactor github cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
bartam1 committed Jul 27, 2023
1 parent 804f1e2 commit 7601b8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/actions/kind-create/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ outputs:
kubeconfig:
description: 'Path of the resulting kubeconfig'
value: ${{ steps.check-kind-cluster.outputs.kubeconfig }}
kubeconfig_dir_path:
description: 'Dir path of the resulting kubeconfig'
value: ${{ steps.check-kind-cluster.outputs.kubeconfig_dir_path }}

runs:
using: "composite"
Expand Down Expand Up @@ -53,6 +50,4 @@ runs:
chmod 600 $kubeconfig_path
echo "kubeconfig path: $kubeconfig_path"
echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
echo "kubeconfig_dir_path=$(echo $kubeconfig_dir_path)" >> $GITHUB_OUTPUT
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run E2E tests
env:
TEST_STRATEGY: version
KUBECONFIG_DIR: tests/e2e/kubeconfigs
KUBECONFIG_DIR: kubeconfigs
MAX_TIMEOUT: "2h"
run: |
go work init
Expand Down

0 comments on commit 7601b8d

Please sign in to comment.