Fixes alpine build

pull/667/head
sobolevn 3 years ago
parent 18051667fb
commit 7ee22fc248
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -4,15 +4,12 @@ set -e
# shellcheck disable=SC1090,SC1091 # shellcheck disable=SC1090,SC1091
source "$SECRETS_PROJECT_ROOT/utils/build-utils.sh" source "$SECRETS_PROJECT_ROOT/utils/build-utils.sh"
# preinstall_files '-c'
# Building .apk package:
# cd "$SCRIPT_DEST_DIR"
# We need this export for `config.yml` to expand the version properly. # We need this export for `config.yml` to expand the version properly.
export SCRIPT_VERSION export SCRIPT_VERSION
# Create dest dir:
mkdir -p "$SCRIPT_DEST_DIR"
# Here's the deal. We use a custom builder here, # Here's the deal. We use a custom builder here,
# because `fpm` produces a broken package. # because `fpm` produces a broken package.
# It is possible to install it locally, # It is possible to install it locally,

Loading…
Cancel
Save