Skip to content

Commit

Permalink
from repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak committed Mar 10, 2020
1 parent 8e32d45 commit 636e631
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 636e631

Please sign in to comment.