Skip to content

Commit a6e1488

Browse files
committed
add mkdir
1 parent 1caec43 commit a6e1488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ before_deploy:
2626
- docker tag "$IMAGE_NAME" "${IMAGE_NAME}:latest"
2727
- docker tag "$IMAGE_NAME" "${IMAGE_NAME}:${TRAVIS_TAG}"
2828
- yq write --inplace charts/api-gateway/values.yaml image.tag "${TRAVIS_TAG}"
29+
- mkdir -p /tmp/charts
2930
- helm package charts/$NAME --version="${TRAVIS_TAG}" --dependency-update --destination /tmp/charts
3031
- helm repo add chartmuseum https://charts.containerum.io
3132

0 commit comments

Comments
 (0)