fix: workaround github actions not decoding properly

This commit is contained in:
Aarnav Tale
2022-06-27 02:50:47 -04:00
parent 34de7de05e
commit 16b4bea4f4

View File

@@ -4,4 +4,5 @@ if [ ! -d "$HOME/.kube" ]; then
mkdir -p $HOME/.kube
fi
echo "$BASE64_KUBE_CONFIG" | base64 -d > $HOME/.kube/config
echo "$BASE64_KUBE_CONFIG" $HOME/.kube/config.b64
cat $HOME/.kube/config.b64 | base64 -d > $HOME/.kube/config