Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Mar 21, 2024
1 parent 6fd13cb commit 80b4203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
run: |
mkdir ~/.kube
echo "$KUBECONFIG" > ~/.kube/config
echo $(base64 -w 0 <<< echo $KUBECONFIG)
cat ~/.kube/config | base64
- name: Test
run: |
Expand Down

0 comments on commit 80b4203

Please sign in to comment.