File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131# ownership of the workspace directory won't match when using bindfs
3232git config --global --add safe.directory " $( pwd) "
3333# gh runs git, so we need to set the safe.directory in order for it to work
34- gh release download --clobber --pattern ' * .gz'
34+ gh release download --clobber --pattern ' files.tag .gz'
3535# but later on vscode will try setting global git config (credential helper, etc) ONLY if gitconfig doesn't exist
3636if [ ! $gitconfig_existed ]; then
3737 rm ~ /.gitconfig
@@ -49,9 +49,6 @@ sudo find web/sites/default/files -type f -exec chmod g+w {} +
4949# which messes up permissions on the profiler directory that gets created when the caches are rebuilt by db-rebuild.sh
5050umask 002
5151
52- build/db-rebuild.sh database.sql.gz
53- rm database.sql.gz
54-
5552# Run local devcontainer lifecycle scripts
5653if [ -x .devcontainer/updateContent.sh ]; then
5754 .devcontainer/updateContent.sh
You can’t perform that action at this time.
0 commit comments