Skip to content

Commit 9d71427

Browse files
committed
use /tmp/connector-plugin-sourcecode
1 parent 5e308f3 commit 9d71427

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/cli/playground

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25448,7 +25448,7 @@ playground_connector_plugin_sourcecode_command() {
2544825448
# Clone default branch, but still use --depth 1 for speed
2544925449
clone_command="git clone --recursive --depth 1 $repo_url"
2545025450
fi
25451-
repo_root_folder="${root_folder}/connector-plugin-sourcecode"
25451+
repo_root_folder="/tmp/connector-plugin-sourcecode"
2545225452
mkdir -p "${repo_root_folder}"
2545325453
repo_folder="${repo_root_folder}/${repo_name}-${arg_version}"
2545425454
# --- 2. Checkout (Clone) Project ---

scripts/cli/src/commands/connector-plugin/sourcecode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function compile () {
198198
# Clone default branch, but still use --depth 1 for speed
199199
clone_command="git clone --recursive --depth 1 $repo_url"
200200
fi
201-
repo_root_folder="${root_folder}/connector-plugin-sourcecode"
201+
repo_root_folder="/tmp/connector-plugin-sourcecode"
202202
mkdir -p "${repo_root_folder}"
203203
repo_folder="${repo_root_folder}/${repo_name}-${arg_version}"
204204
# --- 2. Checkout (Clone) Project ---

0 commit comments

Comments
 (0)