chore(ci): remove multiline condition

This commit is contained in:
Markus Pesch 2025-01-19 22:02:59 +01:00
parent 3c077588c2
commit 093117a30f
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -29,7 +29,7 @@ jobs:
GITEA_SERVER_URL: ${{ github.server_url }} GITEA_SERVER_URL: ${{ github.server_url }}
run: | run: |
PACKAGE_VERSION=${GITHUB_REF#refs/tags/} PACKAGE_VERSION=${GITHUB_REF#refs/tags/}
REPOSITORY_NAME=$(echo ${GITHUB_REPOSITORY} | cut -d '/' -f 2 | sed -E 's/-charts?//gm') REPOSITORY_NAME=$(echo ${GITHUB_REPOSITORY} | cut -d '/' -f 2 | sed --regexp-extended 's/-charts?//g')
REPOSITORY_OWNER=$(echo ${GITHUB_REPOSITORY} | cut -d '/' -f 1) REPOSITORY_OWNER=$(echo ${GITHUB_REPOSITORY} | cut -d '/' -f 1)
helm dependency build helm dependency build