We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2b45a commit bde8c7eCopy full SHA for bde8c7e
.github/workflows/grype_scan.yml
@@ -61,7 +61,7 @@ jobs:
61
TAG_SUFFIX: ${{ inputs.tag-suffix }}
62
SPECIFIED_VERSION: ${{ inputs.version }}
63
run: |
64
- python3 ./tests/ci/version_helper.py | grep = | tee /tmp/version_info
+ python3 ./tests/ci/version_helper.py | grep = | grep -v , | tee /tmp/version_info
65
source /tmp/version_info
66
if [ -z "$SPECIFIED_VERSION" ]; then
67
VERSION=$CLICKHOUSE_VERSION_STRING
0 commit comments