Skip to content

Commit

Permalink
CI: Fix build packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
maxknv committed Dec 19, 2024
1 parent 13a8b1e commit 801f769
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/build
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ CLICKHOUSE_VERSION_STRING+=$VERSION_POSTFIX
echo -e "\nCurrent version is $CLICKHOUSE_VERSION_STRING"

for config in clickhouse*.yaml; do
if [[ $BUILD_TYPE != 'release' ]] && [[ "$config" == "clickhouse-keeper-dbg.yaml" ]]; then
continue
fi
if [ -n "$MAKE_DEB" ] || [ -n "$MAKE_TGZ" ]; then
echo "Building deb package for $config"
PKG_PATH=$(nfpm package --target "$OUTPUT_DIR" --config "$config" --packager deb | tee /dev/stderr | grep "created package:" | sed 's/.*created package: //')
Expand Down

0 comments on commit 801f769

Please sign in to comment.