mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
+2
-3
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user