Skip to content

Commit

Permalink
fixed the paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas Demiris committed Jul 3, 2024
1 parent 39871a1 commit 14c9d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_clis_develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Update the Indexer helm file
env:
helm_file: '${{ env.ECR_REPOSITORY }}/values-v2-develop-iv.yaml'
helm_file: 'holo-indexer/values-v2-develop-iv.yaml'
run: |
git status
git config user.email "kostas@holograph.xyz"
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

- name: Update the Operator helm file
env:
helm_file: '${{ env.ECR_REPOSITORY }}/values-v2-develop-iv.yaml'
helm_file: 'holo-operator/values-v2-develop-iv.yaml'
run: |
git status
git config user.email "kostas@holograph.xyz"
Expand Down

0 comments on commit 14c9d28

Please sign in to comment.