Skip to content

Commit

Permalink
sed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Mar 7, 2025
1 parent 63b394f commit e45475c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@ tasks:
find docroot/sites/ -name 'local*' | xargs rm &&
cp .gitpod/global.settings.php docroot/sites/settings/global.settings.php &&
cp .gitpod/default.local.services.yml docroot/sites/local.services.yml &&
blt blt:telemetry:disable --no-interaction &&
blt settings &&
echo '$settings["config_sync_directory"] = $repo_root . "/docroot/profiles/custom/caw_profile/config/sync";' >> docroot/sites/settings/global.settings.php &&
drush si caw_profile -v -y
drush cr
drush cim -y
sed -i 's/stanford_profile/caw_profile/' docroot/sites/settings/global.settings.php &&
sed -i 's/stanford_profile/caw_profile/' blt/local.blt.yml &&
blt di -n
command: |
apache2ctl restart
drush uli
Expand Down

0 comments on commit e45475c

Please sign in to comment.