Compare commits
No commits in common. "6885f46027e5d2888996c5b81d4ac381838daf88" and "e211d43dc73f525977ade4ecae624346d9e531d1" have entirely different histories.
6885f46027
...
e211d43dc7
@ -12,11 +12,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
name: Check out code
|
name: Check out code
|
||||||
|
|
||||||
- name: Set up Helm
|
|
||||||
uses: azure/setup-helm@v4.2.0
|
|
||||||
with:
|
|
||||||
version: v3.14.4
|
|
||||||
|
|
||||||
- name: Get package name
|
- name: Get package name
|
||||||
id: chart_name
|
id: chart_name
|
||||||
uses: mikefarah/yq@master
|
uses: mikefarah/yq@master
|
||||||
@ -39,5 +34,4 @@ jobs:
|
|||||||
REPO_PATH=$(git rev-parse --show-toplevel)
|
REPO_PATH=$(git rev-parse --show-toplevel)
|
||||||
mkdir /tmp/build
|
mkdir /tmp/build
|
||||||
cd /tmp/build
|
cd /tmp/build
|
||||||
helm package $REPO_PATH
|
|
||||||
curl -H "Authorization: token $PACKAGE_TOKEN" -X POST --upload-file $CHART_NAME-$CHART_VERSION.tgz https://git.rre.nu/api/packages/jonas/helm/api/charts
|
curl -H "Authorization: token $PACKAGE_TOKEN" -X POST --upload-file $CHART_NAME-$CHART_VERSION.tgz https://git.rre.nu/api/packages/jonas/helm/api/charts
|
||||||
|
Loading…
Reference in New Issue
Block a user