Skip to content

Commit 3c3fb7f

Browse files
committed
Removing SKIP_DEPLOY check (favoring later check)
1 parent f093aec commit 3c3fb7f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

deploy.sh

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

4-
if [ -n "$SKIP_DEPLOY_HELM" ]; then
5-
echo "SKIP_DEPLOY_HELM is set. Skipping."
6-
exit 0
7-
fi
8-
94
export PLUGINS_ROOT_DIR="${BITOPS_PLUGINS_DIR%/*}"
105
export HELM_ROOT_SCRIPTS="$BITOPS_PLUGIN_DIR"
116
export HELM_ROOT_OPERATIONS="$BITOPS_OPSREPO_ENVIRONMENT_DIR"

0 commit comments

Comments
 (0)