Skip to content

Commit

Permalink
changed step order
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jan 1, 2024
1 parent 229fdb1 commit 44dbc24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ tasks:
- name: Drupal Prep
init: >
cd /workspace/back &&
git checkout composer.* &&
composer install --no-interaction &&
mkdir -p blt &&
cp .gitpod/blt.yml blt/local.blt.yml &&
find docroot/sites/ -name 'local*' | xargs rm &&
find docroot/sites/ -name 'local*' | xargs rm -rf &&
cp .gitpod/global.settings.php docroot/sites/settings/global.settings.php &&
cp .gitpod/default.local.services.yml docroot/sites/local.services.yml &&
export NEXT_PUBLIC_DRUPAL_BASE_URL=`gp url 8001` &&
export PREVIEW_URL=${NEXT_PUBLIC_DRUPAL_BASE_URL#"https://"} &&
git checkout composer.* &&
composer install --no-interaction &&
blt blt:telemetry:disable --no-interaction &&
blt settings &&
blt drupal:install -n
Expand Down
13 changes: 0 additions & 13 deletions .gitpod/blt.yml

This file was deleted.

0 comments on commit 44dbc24

Please sign in to comment.