From 1b57d731862bbec247eeafefcbda5a208d9f06e2 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 15 May 2024 11:09:36 +0200 Subject: [PATCH] Reverting changes for debugging --- .drone.yml | 3 +-- warp4j | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index dfca335..27bce4f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,7 +72,7 @@ notification_name: ¬ification_name Send Notification # Basic build options x-step: &default_build_option - image: plugins/docker:20.17.4 + image: plugins/docker settings: dry_run: *dry_run mirror: https://registry.phoenix.ipv64.de @@ -118,7 +118,6 @@ steps: trigger: branch: - *branch - - feature/* event: - custom diff --git a/warp4j b/warp4j index 0ea1ff5..ce09222 100755 --- a/warp4j +++ b/warp4j @@ -687,7 +687,6 @@ function create_optimized_runtime() { if [[ $JAVA_VERSION_BASE -ge 13 ]]; then strip_debug=strip-java-debug-attributes fi - echo "$JLINK --no-header-files --no-man-pages --$strip_debug --module-path '$jmods' --add-modules $MODULES --output '$BUNDLES_PATH/$platform/$BUNDLED_DISTRO_SUBDIR'" "$JLINK" \ --no-header-files \ --no-man-pages \ @@ -742,7 +741,6 @@ function warp_targets() { if [[ ${TARGETS[*]} == *"$LIN"* ]]; then echo "Warping for $LIN..." mkdir -p "$WARPED_TEMP_PATH/$LIN" - echo "warp-packer --arch linux-x64 --input_dir '$BUNDLES_PATH/$LIN' --exec '$LAUNCHER_NAME.sh' --output '$WARPED_TEMP_PATH/$LIN/$APP_NAME'" warp-packer \ --arch linux-x64 \ --input_dir "$BUNDLES_PATH/$LIN" \