[WIFI-7555] Fix: helm path

Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
Signed-off-by: jaspreetsachdev <jaspreetsachdev@fb.com>
This commit is contained in:
Dmitry Dunaev
2022-05-23 15:16:30 +03:00
committed by jaspreetsachdev
parent 2f8eb90c5a
commit 9060fef03d

View File

@@ -22,7 +22,7 @@ jobs:
path: wlan-cloud-ucentralsec
- name: Build package
working-directory: wlan-cloud-ucentralsec/chart
working-directory: wlan-cloud-ucentralsec/helm
run: |
helm plugin install https://github.com/aslafy-z/helm-git --version 0.10.0
helm repo add bitnami https://charts.bitnami.com/bitnami
@@ -32,7 +32,7 @@ jobs:
helm package . -d dist
- name: Generate GitHub release body
working-directory: wlan-cloud-ucentralsec/chart
working-directory: wlan-cloud-ucentralsec/helm
run: |
pip3 install yq -q
echo "Docker image - tip-tip-wlan-cloud-ucentral.jfrog.io/owsec:$GITHUB_REF_NAME" > release.txt
@@ -42,5 +42,5 @@ jobs:
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
body_path: wlan-cloud-ucentralsec/chart/release.txt
files: wlan-cloud-ucentralsec/chart/dist/*
body_path: wlan-cloud-ucentralsec/helm/release.txt
files: wlan-cloud-ucentralsec/helm/dist/*