Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Mar 3, 2025
1 parent 35fc590 commit 85e3145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
run: |
set -euxo pipefail # tolerate, nothing.
echo "TESTS_CHART_BASE_PATH=${TESTS_CAMUNDA_HELM_CHART_REPO_PATH}/camunda-platform-${CAMUNDA_CHART_VERSION}" | tee -a "$GITHUB_ENV"
echo "TESTS_CHART_BASE_PATH=${TESTS_CAMUNDA_HELM_CHART_REPO_PATH}/charts/camunda-platform-${CAMUNDA_CHART_VERSION}" | tee -a "$GITHUB_ENV"
TEST_INGRESS_HOST="$CAMUNDA_DOMAIN"
echo "TEST_INGRESS_HOST=${TEST_INGRESS_HOST}" | tee -a "$GITHUB_ENV"
Expand Down

0 comments on commit 85e3145

Please sign in to comment.