-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1330 from SU-HSDO/9.4.27-release
9.5.0
- Loading branch information
Showing
204 changed files
with
7,752 additions
and
1,213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,17 +44,15 @@ tasks: | |
mysql -u root -e 'CREATE DATABASE IF NOT EXISTS drupal_default; CREATE DATABASE IF NOT EXISTS drupal' && | ||
blt sws:keys && | ||
blt source:build:simplesamlphp-config && | ||
drush sql-sync @hs_colorful.prod @self --extra-dump='--no-tablespaces --insert-ignore' -y && | ||
drush updb -y && | ||
blt drupal:toggle:modules && | ||
drush cim --partial -y && | ||
drush cim --partial -y | ||
mysql -e 'SET GLOBAL max_allowed_packet=67108864;' && | ||
blt drupal:sync --site=hs_colorful -n && | ||
drush sql-sync @hs_colorful.local @self -y | ||
command: > | ||
git config core.fileMode false && | ||
blt blt:telemetry:disable --no-interaction && | ||
git remote set-url origin [email protected]:SU-HSDO/suhumsci.git && | ||
apache2ctl restart && | ||
gp await-port 8001 && | ||
gp ports await 8001 && | ||
drush uli && | ||
drush uli | xargs gp preview --external |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.