Skip to content

Commit

Permalink
Merge pull request #8 from containerum/develop
Browse files Browse the repository at this point in the history
add repo before package
  • Loading branch information
MargoTuleninova authored Sep 3, 2018
2 parents caadf11 + be3a271 commit fea5f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ before_deploy:
- docker tag "$IMAGE_NAME" "${IMAGE_NAME}:${TRAVIS_TAG}"
- yq write --inplace charts/$NAME/values.yaml image.tag "${TRAVIS_TAG}"
- mkdir -p /tmp/charts
- helm package charts/$NAME --version="${TRAVIS_TAG}" --dependency-update --destination /tmp/charts
- helm repo add chartmuseum ${MUSEUM}
- helm package charts/$NAME --version="${TRAVIS_TAG}" --dependency-update --destination /tmp/charts

deploy:
- provider: releases
Expand Down

0 comments on commit fea5f2c

Please sign in to comment.