Skip to content

Commit

Permalink
SNOW-1055755: debug package build 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Aug 7, 2024
1 parent 15f1c16 commit a8746eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/packaging/build_packages.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/bin/env bash
set -o pipefail

VERSION=$(hatch version)
THIS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
git config --global --add safe.directory /snowflake-cli

ROOT_DIR="$(git rev-parse --show-toplevel)"
THIS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ARCH="$(uname -m)"
PKG_NAME="snowflake-cli"
VERSION=$(hatch version)
DEB_PGK_FILE_NAME="snowflake_cli_${VERSION}.${ARCH}.deb"
RPM_PGK_FILE_NAME="snowflake_cli_${VERSION}.${ARCH}.rpm"

Expand Down

0 comments on commit a8746eb

Please sign in to comment.