summaryrefslogtreecommitdiffstats
path: root/shell/helm2-verify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell/helm2-verify.sh')
-rwxr-xr-xshell/helm2-verify.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/helm2-verify.sh b/shell/helm2-verify.sh
deleted file mode 100755
index c652a5cf9..000000000
--- a/shell/helm2-verify.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-# Ensure we fail the job if any steps fail
-set -e -o pipefail
-
-cd kubernetes/
-make all