Attempt to fix the travis build
This commit is contained in:
parent
c6de74220a
commit
ede9551356
@ -9,9 +9,9 @@ docker tag benweet/stackedit:$TRAVIS_TAG benweet/stackedit:latest
|
|||||||
docker push benweet/stackedit:latest
|
docker push benweet/stackedit:latest
|
||||||
|
|
||||||
# Add chart to helm repository
|
# Add chart to helm repository
|
||||||
git clone "https://benweet:$GITHUB_TOKEN@github.com/benweet/stackedit-charts.git" charts
|
git clone --branch master "https://benweet:$GITHUB_TOKEN@github.com/benweet/stackedit-charts.git" /tmp/charts
|
||||||
cd charts
|
cd /tmp/charts
|
||||||
helm package ../dist/stackedit
|
helm package "$TRAVIS_BUILD_DIR/dist/stackedit"
|
||||||
helm repo index --url https://benweet.github.io/stackedit-charts/ .
|
helm repo index --url https://benweet.github.io/stackedit-charts/ .
|
||||||
git config user.name "Benoit Schweblin"
|
git config user.name "Benoit Schweblin"
|
||||||
git config user.email "benoit.schweblin@gmail.com"
|
git config user.email "benoit.schweblin@gmail.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user