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.
2 parents af2b45a + bde8c7e commit d5c71c3Copy full SHA for d5c71c3
.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