File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/commands/connector-plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ---
Original file line number Diff line number Diff 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 ---
You can’t perform that action at this time.
0 commit comments