From 9702fbf3284c811cfe7db18f53328b8495ec011f Mon Sep 17 00:00:00 2001 From: Serge Guzik Date: Sat, 16 Feb 2019 13:23:19 +0200 Subject: [PATCH] refactor: Temporary binaries are now created in cache --- warp4j | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/warp4j b/warp4j index 4164f5b..5c9932c 100755 --- a/warp4j +++ b/warp4j @@ -272,12 +272,11 @@ BUNDLES_PATH=$CACHE_PATH/bundle # prepare bundles here DIR="$(pwd -P)" # execution directory path # final binaries created in WARPED_TEMP_PATH and then moved to WARPED_PATH +WARPED_TEMP_PATH=$CACHE_PATH/out-temp if [[ -z $OUTPUT_DIR_PATH ]]; then WARPED_PATH=$DIR/warped - WARPED_TEMP_PATH=$DIR/warped/tmp else WARPED_PATH=$OUTPUT_DIR_PATH - WARPED_TEMP_PATH=$OUTPUT_DIR_PATH/tmp fi BUNDLED_DISTRO_SUBDIR="java" # runtime directory inside a bundle