Switching to production mode.
[yaffs-website] / web / modules / contrib / entity_browser / .travis-before-script.sh
1 #!/bin/bash
2
3 set -e $DRUPAL_TI_DEBUG
4
5 # Ensure the right Drupal version is installed.
6 # Note: This function is re-entrant.
7 drupal_ti_ensure_drupal
8
9 # Add needed dependencies.
10 cd "$DRUPAL_TI_DRUPAL_DIR"
11
12 # These variables come from environments/drupal-*.sh
13 mkdir -p "$DRUPAL_TI_MODULES_PATH"
14 cd "$DRUPAL_TI_MODULES_PATH"
15
16 git clone --depth 1 --branch 8.x-1.x http://git.drupal.org/project/token.git
17 git clone --depth 1 --branch 8.x-3.x http://git.drupal.org/project/ctools.git
18 git clone --depth 1 --branch 8.x-1.x http://git.drupal.org/project/inline_entity_form.git
19 git clone --depth 1 --branch 8.x-1.x http://git.drupal.org/project/media_entity.git
20 git clone --depth 1 --branch 8.x-1.x http://git.drupal.org/project/paragraphs.git
21 git clone --depth 1 --branch 8.x-1.x http://git.drupal.org/project/entity.git
22 git clone --depth 1 --branch 8.x-1.x http://git.drupal.org/project/entity_reference_revisions.git