From 636e631907060792b89f923f374ae6f323f4fc46 Mon Sep 17 00:00:00 2001 From: Taylor Price Date: Tue, 10 Mar 2020 09:19:28 -0700 Subject: [PATCH] from repo root --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 58d4cbb..5b0dd2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,8 @@ if: tag IS present before_install: - curl -L https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash script: - - cd repo - - helm package ../chart --destination ./ - - helm repo index . --url https://github.com/FusionAuth/charts/releases/download/${TRAVIS_TAG} --merge ./index.yaml + - helm package ./chart --destination ./repo/ + - helm repo index ./repo --url https://github.com/FusionAuth/charts/releases/download/${TRAVIS_TAG}/ --merge ./repo/index.yaml after_success: - .ci/push.sh deploy: