fix: add directory list in repository
This commit is contained in:
@@ -20,6 +20,9 @@ else
|
|||||||
echo "Plugin checkout failed, trying default branch"
|
echo "Plugin checkout failed, trying default branch"
|
||||||
git clone --depth 1 "$PLUGIN_URL" plugin_repo
|
git clone --depth 1 "$PLUGIN_URL" plugin_repo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo " --- Installed Plugin content to $(pwd) --- "
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# --- Step 2: Checkout Core ---
|
# --- Step 2: Checkout Core ---
|
||||||
@@ -32,6 +35,7 @@ else
|
|||||||
echo "Core checkout failed, trying default branch"
|
echo "Core checkout failed, trying default branch"
|
||||||
git clone --depth 1 https://github.com/bec-project/bec.git bec_core
|
git clone --depth 1 https://github.com/bec-project/bec.git bec_core
|
||||||
fi
|
fi
|
||||||
|
echo " --- Installed Core content to $(pwd) --- "
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
@@ -45,6 +49,7 @@ else
|
|||||||
echo "Widgets checkout failed, trying default branch"
|
echo "Widgets checkout failed, trying default branch"
|
||||||
git clone --depth 1 https://github.com/bec-project/bec_widgets.git bec_widgets
|
git clone --depth 1 https://github.com/bec-project/bec_widgets.git bec_widgets
|
||||||
fi
|
fi
|
||||||
|
echo " --- Installed Widgets content to $(pwd) --- "
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
@@ -58,7 +63,10 @@ else
|
|||||||
echo "Ophyd Devices checkout failed, trying default branch"
|
echo "Ophyd Devices checkout failed, trying default branch"
|
||||||
git clone --depth 1 https://github.com/bec-project/ophyd_devices.git bec_ophyd_devices
|
git clone --depth 1 https://github.com/bec-project/ophyd_devices.git bec_ophyd_devices
|
||||||
fi
|
fi
|
||||||
|
echo " --- Installed Ophyd Devices content to $(pwd) --- "
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "--- All checkouts complete ---"
|
echo "--- All checkouts complete ---"
|
||||||
|
echo " --- Current Directory: $(pwd) --- "
|
||||||
|
echo " --- Listing contents: $(ls -la) --- "
|
||||||
Reference in New Issue
Block a user