Merge pull request #51 from sgoings/doctor-not-update

fix(_test): use helm doctor instead of update to get config.yml
This commit is contained in:
Seth Goings
2015-12-02 10:43:50 -07:00
+2 -3
View File
@@ -1,9 +1,8 @@
function jigger-files-for-travis {
helm update # need ~/.helm/config.yml
helm doctor # need proper ~/.helm directory structure and config.yml
if [ "${TRAVIS}" == true ]; then
mkdir -p ${TRAVIS_HOME}/.helm/cache
cp -r . ${TRAVIS_HOME}/.helm/cache
cp -r . ${TRAVIS_HOME}/.helm/cache/charts
fi
}