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 ed15edb commit 36745cfCopy full SHA for 36745cf
.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 | tee /tmp/version_info
+ python3 ./tests/ci/version_helper.py | grep = | tee /tmp/version_info
65
source /tmp/version_info
66
if [ -z "$SPECIFIED_VERSION" ]; then
67
VERSION=$CLICKHOUSE_VERSION_STRING
0 commit comments