Merge pull request #953 from aiyengar2/bump_script_version_dev-v2.5

Bump scripts to v0.0.2
pull/965/head
aiyengar2 2021-01-22 12:04:16 -08:00 committed by GitHub
commit 808e1f51d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ set -e
cd $(dirname $0) cd $(dirname $0)
CHARTS_BUILD_SCRIPT_VERSION=v0.0.1 CHARTS_BUILD_SCRIPT_VERSION=v0.0.2
echo "Pulling in charts-build-scripts version ${CHARTS_BUILD_SCRIPT_VERSION}" echo "Pulling in charts-build-scripts version ${CHARTS_BUILD_SCRIPT_VERSION}"
@ -11,7 +11,7 @@ rm -rf ../bin
cd .. cd ..
rm -rf charts-build-scripts rm -rf charts-build-scripts
git clone --depth 1 --branch $CHARTS_BUILD_SCRIPT_VERSION https://github.com/aiyengar2/charts-build-scripts.git 2>/dev/null git clone --depth 1 --branch $CHARTS_BUILD_SCRIPT_VERSION https://github.com/rancher/charts-build-scripts.git 2>/dev/null
cd charts-build-scripts cd charts-build-scripts
./scripts/build ./scripts/build