[DEBUG] Debug
This commit is contained in:
parent
08b815286f
commit
e8f5a00cef
1 changed files with 1 additions and 6 deletions
|
@ -65,15 +65,10 @@ runs:
|
|||
# Configure K&S
|
||||
- name: Configure K8S
|
||||
run: |
|
||||
echo ${{ inputs.kubeconfig }}
|
||||
echo "-----"
|
||||
echo "${KUBECONFIG_BASE64}"
|
||||
echo "Setup kubeconfig"
|
||||
mkdir -p ~/.kube &&
|
||||
echo "${KUBECONFIG_BASE64}" | base64 -d > ~/.kube/config &&
|
||||
echo ${{ inputs.kubeconfig }} | base64 -d > ~/.kube/config &&
|
||||
chmod 700 ~/.kube/config
|
||||
env:
|
||||
KUBECONFIG_BASE64: ${{ inputs.kubeconfig }}
|
||||
- name: Export Envars
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue