Skip to content

Commit

Permalink
add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaxim committed Jan 13, 2023
1 parent b825966 commit 6e1343b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/prerelease/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ for ((i=1; i<=$number_of_builds; i++)); do
KBNM_VERSION="$kb_version-$KBNM_BUILD"
KBFS_VERSION="$kb_version-$KBFS_BUILD"

echo "KEYBASE_VERSION: $KEYBASE_VERSION"
echo "KNBM_VERSION: $KBNM_VERSION"
echo "KBFS_VERSION: $KBFS_VERSION"
if [ ! "$nobuild" = "1" ]; then
KEYBASE_BUILD="$KEYBASE_BUILD" BUILD_DIR="$build_dir_keybase" "$dir/build_keybase.sh"
KBFS_BUILD="$KBFS_BUILD" BUILD_DIR="$build_dir_kbfs" CLIENT_DIR="$client_dir" "$dir/build_kbfs.sh"
Expand Down

0 comments on commit 6e1343b

Please sign in to comment.