We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064df1e commit 9cb77a2Copy full SHA for 9cb77a2
.devcontainer/prepare_workspace.sh
@@ -20,13 +20,3 @@ export GITA_PROJECT_HOME
20
# Generate a few workspace metadata files from known_good.json:
21
# - .gita-workspace.csv
22
python3 tools/known_good_to_workspace_metadata.py --known-good known_good.json --gita-workspace .gita-workspace.csv
23
-
24
-# Replace git_overrides with local_path_overrides for Bazel
25
-python3 tools/update_module_from_known_good.py --override-type local_path
26
27
-# Automagically clone repositories listed in .gita-workspace.csv
28
-echo "Cloning repositories listed in .gita-workspace.csv..."
29
-gita clone --preserve-path --from-file .gita-workspace.csv
30
-# Output the status of all cloned repositories
31
-echo "Status of all cloned repositories:"
32
-gita ll
0 commit comments