We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b17e4 commit f49ab8cCopy full SHA for f49ab8c
scripts/pull-scripts
@@ -6,7 +6,7 @@ cd $(dirname $0)
6
source ./version
7
8
if ls ../bin/charts-build-scripts 1>/dev/null 2>/dev/null; then
9
- CURRENT_SCRIPT_VERSION=$(../bin/charts-build-scripts --version | cut -d' ' -f3)
+ CURRENT_SCRIPT_VERSION="v$(../bin/charts-build-scripts --version | cut -d' ' -f3)"
10
if [[ "${CURRENT_SCRIPT_VERSION}" == "${CHARTS_BUILD_SCRIPT_VERSION}" ]]; then
11
exit 0
12
fi
0 commit comments