Skip to content

Commit 3bb3df9

Browse files
committed
no longer need to seed database
1 parent 1d40cf1 commit 3bb3df9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

uceap-drupal-dev-update-content

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
# ownership of the workspace directory won't match when using bindfs
3232
git 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
3636
if [ ! $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
5050
umask 002
5151

52-
build/db-rebuild.sh database.sql.gz
53-
rm database.sql.gz
54-
5552
# Run local devcontainer lifecycle scripts
5653
if [ -x .devcontainer/updateContent.sh ]; then
5754
.devcontainer/updateContent.sh

0 commit comments

Comments
 (0)