parent
a79c198ec2
commit
ab854a79cb
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ jobs:
|
|||
env:
|
||||
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
|
||||
run: |
|
||||
# kubeconfig
|
||||
echo "kubeconfig location: $KUBECONFIG"
|
||||
# Create temp folder for CRDs
|
||||
TMP_CRD_DIR=$(mktemp -d)
|
||||
echo "Temp directory: $TMP_CRD_DIR"
|
||||
|
|
Loading…
Reference in a new issue