We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9865581 commit ae48ba4Copy full SHA for ae48ba4
.github/workflows/test-integration-template.yaml
@@ -249,9 +249,11 @@ jobs:
249
chart-dir: "${{ inputs.camunda-upgrade-helm-dir || inputs.camunda-helm-dir }}"
250
- name: Add Helm repos and dependencies
251
run: |
252
- export chartPath="charts/${{ inputs.camunda-upgrade-helm-dir || inputs.camunda-helm-dir }}"
+ export chartPath="charts/$CHART_PATH"
253
make helm.repos-add
254
make helm.dependency-update
255
+ env:
256
+ CHART_PATH: ${{ inputs.camunda-upgrade-helm-dir || inputs.camunda-helm-dir }}
257
- name: Create test namespace
258
259
echo $TEST_NAMESPACE
0 commit comments