Skip to content

Commit

Permalink
Fixed apache root
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jan 1, 2024
1 parent 44dbc24 commit 8feacff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ image: pookmish/drupal8ci:gitpod
tasks:
- name: Drupal Prep
init: >
eval $(gp env -e APACHE_DOCROOT_IN_REPO=../back/docroot) &&
cd /workspace/back &&
git checkout composer.* &&
composer install --no-interaction &&
Expand All @@ -53,6 +54,7 @@ tasks:
command: |
cd /workspace/back &&
echo 'Restarting Apache' &&
eval $(gp env -e APACHE_DOCROOT_IN_REPO=../back/docroot) &&
apache2ctl restart &&
gp ports await 8001 &&
find docroot -name 'local.drush.yml' | xargs rm &&
Expand Down

0 comments on commit 8feacff

Please sign in to comment.