Skip to content

Commit

Permalink
remove reference to common-setup.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Sep 13, 2024
1 parent 6d32551 commit 8e6298e
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Call Common Steps
uses: ./.github/workflows/common.yaml
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Configure Git
run: |
Expand All @@ -41,19 +43,7 @@ jobs:
run: |
helm dependency update charts/magistrala
- name: Add Dependencies
run: |
helm repo add stable https://charts.helm.sh/stable
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
helm repo add hashicorp https://helm.releases.hashicorp.com
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
helm repo update
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts/magistrala
config: cr.yaml
env:
CR_TOKEN: "${{ secrets.HELM_RELEASE_TOKEN }}"

0 comments on commit 8e6298e

Please sign in to comment.