Skip to content

Commit

Permalink
Merge branch 'main' into 16457-updatepatch-entity_browser-module
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Dunn committed Jan 4, 2024
2 parents df5bca3 + 58a538d commit 233030d
Show file tree
Hide file tree
Showing 14 changed files with 150 additions and 115 deletions.
12 changes: 4 additions & 8 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ services:
- echo "${OAUTH_PUBLIC_KEY}" >> ${TUGBOAT_ROOT}/public.key
- echo "${OAUTH_PRIVATE_KEY}" >> ${TUGBOAT_ROOT}/private.key

# Install drush-launcher, if desired.
- wget -O /usr/local/bin/drush https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar
- chmod +x /usr/local/bin/drush

# Link the document root to the expected path. This example links /docroot
# to the docroot.
- ln -snf "${TUGBOAT_ROOT}/docroot" "${DOCROOT}"
Expand Down Expand Up @@ -214,14 +210,14 @@ services:


# https://www.drush.org/latest/deploycommand/ (updatedb, cache:rebuild, config:import, deploy:hook)
- drush deploy
- bash -lc 'drush deploy'

# Disable sitewide alerts so as not to interfere with testing.
- drush sitewide-alert:disable
- bash -lc 'drush sitewide-alert:disable'

# Prevent continuous releases from running on Tugboat, and reset to ready.
- drush sset va_gov_build_trigger.continuous_release_enabled 0
- drush sset va_gov_build_trigger.release_state ready
- bash -lc 'drush sset va_gov_build_trigger.continuous_release_enabled 0'
- bash -lc 'drush sset va_gov_build_trigger.release_state ready'

# Setup background processing service. This uses runit to keep process up
# See https://docs.tugboat.qa/setting-up-services/how-to-set-up-services/running-a-background-process
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"symfony/phpunit-bridge": "^5.1",
"symfony/process": "^6.3",
"symfony/routing": "^6.3",
"va-gov/content-build": "^0.0.3412",
"va-gov/content-build": "^0.0.3413",
"vlucas/phpdotenv": "^5.3",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
Expand Down
Loading

0 comments on commit 233030d

Please sign in to comment.