Skip to content

Commit

Permalink
fix gitpod steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Apr 3, 2024
1 parent 8a8c007 commit 2d04a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tasks:
eval $(gp env -e APACHE_DOCROOT_IN_REPO=../back/docroot) &&
apache2ctl restart &&
gp ports await 8001 &&
find docroot -name 'local.drush.yml' | xargs rm &&
find docroot -name 'local.drush.yml' | xargs rm -rf &&
export NEXT_PUBLIC_DRUPAL_BASE_URL=`gp url 8001` &&
export PREVIEW_URL=${NEXT_PUBLIC_DRUPAL_BASE_URL#"https://"} &&
echo "<?php \$sites['$PREVIEW_URL'] = 'summer';" > docroot/sites/local.sites.php &&
Expand Down

0 comments on commit 2d04a08

Please sign in to comment.