Skip to content

Commit 8e6298e

Browse files
committed
remove reference to common-setup.yaml
Signed-off-by: JeffMboya <[email protected]>
1 parent 6d32551 commit 8e6298e

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/release.yaml

+4-14
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515

1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Call Common Steps
19-
uses: ./.github/workflows/common.yaml
18+
- name: Checkout Code
19+
uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
2022

2123
- name: Configure Git
2224
run: |
@@ -41,19 +43,7 @@ jobs:
4143
run: |
4244
helm dependency update charts/magistrala
4345
44-
- name: Add Dependencies
45-
run: |
46-
helm repo add stable https://charts.helm.sh/stable
47-
helm repo add bitnami https://charts.bitnami.com/bitnami
48-
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
49-
helm repo add hashicorp https://helm.releases.hashicorp.com
50-
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
51-
helm repo update
52-
5346
- name: Run chart-releaser
5447
uses: helm/[email protected]
55-
with:
56-
charts_dir: charts/magistrala
57-
config: cr.yaml
5848
env:
5949
CR_TOKEN: "${{ secrets.HELM_RELEASE_TOKEN }}"

0 commit comments

Comments
 (0)