Skip to content

Commit 9cb77a2

Browse files
committed
do not create a workspace by default
1 parent 064df1e commit 9cb77a2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.devcontainer/prepare_workspace.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,3 @@ export GITA_PROJECT_HOME
2020
# Generate a few workspace metadata files from known_good.json:
2121
# - .gita-workspace.csv
2222
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

Comments
 (0)