Skip to content

Commit 941bb7f

Browse files
authored
Update
1 parent 637cc01 commit 941bb7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ tasks:
99
init: |
1010
ddev debug download-images
1111
ddev composer install
12-
ddev drush si demo_umami -y
12+
ddev drush si -y --account-pass=admin --site-name="DrupalPod" demo_umami
1313
command: |
1414
echo y | ddev start
1515
if [ -n "$DP_INSTALL_PROFILE" ]; then
16-
ddev drush si "$DP_INSTALL_PROFILE" -y
16+
ddev drush si -y --account-pass=admin --site-name="DrupalPod" "$DP_INSTALL_PROFILE"
1717
fi
1818
gp preview $(gp url 8080)
1919

0 commit comments

Comments
 (0)