Skip to content
Snippets Groups Projects

Added tugboat prevew

1 unresolved thread

Closes #3408281

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
37 # Set up the files directory permissions.
38 mkdir -p $DRUPAL_DOCROOT/sites/default/files
39 chgrp -R www-data $DRUPAL_DOCROOT/sites/default/files
40 chmod 2775 $DRUPAL_DOCROOT/sites/default/files
41 chmod -R g+w $DRUPAL_DOCROOT/sites/default/files
42 # Enable the module.
43 vendor/bin/drush --yes pm:enable captcha recaptcha
44 build: |
45 set -eux
46 # Delete and re-check out this branch in case this is built from a Base Preview.
47 git branch -D $TUGBOAT_REPO_ID && git checkout -b $TUGBOAT_REPO_ID || true
48 export COMPOSER_MEMORY_LIMIT=-1
49 cd $DRUPAL_COMPOSER_ROOT
50 composer install --optimize-autoloader
51 # Update this module, including all dependencies.
52 composer update drupal/webform --with-all-dependencies
Please register or sign in to reply
Loading