Skip to content

Commit e0d1e42

Browse files
removed extra if condition
1 parent 07e0436 commit e0d1e42

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/kubeconfig_base64_decode.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
5-
echo "KUBECONFIG_BASE64 - checking if set"
6-
if [ -z "$KUBECONFIG_BASE64" ]; then
7-
echo "KUBECONFIG_BASE64 not set. Skipping..."
8-
exit 0
9-
fi
10-
114
# ensure dir exists
125
KUBE_CONFIG_DIR="$(dirname "$BITOPS_KUBE_CONFIG_FILE")"
136
if [ ! -d "$KUBE_CONFIG_DIR" ]; then

0 commit comments

Comments
 (0)