Skip to content

Commit 9865581

Browse files
fix: another place where chart-dir is manually specified
1 parent 10636ba commit 9865581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-integration-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
chart-dir: "${{ inputs.camunda-upgrade-helm-dir || inputs.camunda-helm-dir }}"
250250
- name: Add Helm repos and dependencies
251251
run: |
252-
export chartPath="charts/${{ inputs.camunda-helm-dir }}"
252+
export chartPath="charts/${{ inputs.camunda-upgrade-helm-dir || inputs.camunda-helm-dir }}"
253253
make helm.repos-add
254254
make helm.dependency-update
255255
- name: Create test namespace

0 commit comments

Comments
 (0)