Skip to content

Commit 1e09a6c

Browse files
committed
Fix passing KUBECONFIG to nix
1 parent 6b1caae commit 1e09a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
cl_image_tag: ${{ env.CHAINLINK_VERSION }}
9191
test_command_to_run: |
9292
unset ENV_JOB_IMAGE
93-
nix develop --keep KUBECONFIG -c sh -c "cd lib && make k8s_test_e2e_ci"
93+
nix develop -c sh -c "export KUBECONFIG=${KUBECONFIG} && cd lib && make k8s_test_e2e_ci"
9494
artifacts_location: ./e2e/logs
9595
publish_check_name: E2E Test Results
9696
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)