This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ozone-helm-charts.git
The following commit(s) were added to refs/heads/main by this push:
new 7beb625 HDDS-15859. failed linting charts: targetBranch does not
exist (#41)
7beb625 is described below
commit 7beb625b447107d99d6d67d11309350d1c39fb38
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Jul 14 20:50:04 2026 +0200
HDDS-15859. failed linting charts: targetBranch does not exist (#41)
---
.github/workflows/test.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index dc43ec1..ec297be 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -44,9 +44,9 @@ jobs:
- name: Find changes (PR)
if: github.event_name == 'pull_request'
run: |
- changed=$($DOCKER_COMMAND -v $(pwd):/data --user $(id -u) $CT_IMAGE
ct list-changed --target-branch "$base_ref")
+ changed=$($DOCKER_COMMAND -v $(pwd):/data --user $(id -u) $CT_IMAGE
ct list-changed --target-branch $base_ref)
if [[ -n "$changed" ]]; then
- echo "test_scope=--target-branch '$base_ref'" >> "$GITHUB_ENV"
+ echo "test_scope=--target-branch $base_ref" >> "$GITHUB_ENV"
fi
env:
base_ref: ${{ github.base_ref }}
@@ -74,4 +74,4 @@ jobs:
if: env.test_scope != ''
run: |
$DOCKER_COMMAND -v $(pwd):/data -v
~/.kube/config:/root/.kube/config:ro $CT_IMAGE \
- ct install $test_scope
+ ct install --all
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]