X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmedia%2Fdrupal_ti%2Fbefore%2Fbefore_script.sh;fp=web%2Fmodules%2Fcontrib%2Fmedia%2Fdrupal_ti%2Fbefore%2Fbefore_script.sh;h=0000000000000000000000000000000000000000;hp=fd08817f93955633e6be71b8996f4de07a149965;hb=052617e40b525f8b817d84c29b1c04951f427069;hpb=9e65bae52407293a5182f19dc57b5628b09e92f4 diff --git a/web/modules/contrib/media/drupal_ti/before/before_script.sh b/web/modules/contrib/media/drupal_ti/before/before_script.sh deleted file mode 100644 index fd08817f9..000000000 --- a/web/modules/contrib/media/drupal_ti/before/before_script.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -# Add an optional statement to see that this is running in Travis CI. -echo "running drupal_ti/before/before_script.sh" - -set -e $DRUPAL_TI_DEBUG - -# Ensure the right Drupal version is installed. -# The first time this is run, it will install Drupal. -# Note: This function is re-entrant. -drupal_ti_ensure_drupal - -# Change to the Drupal directory -cd "$DRUPAL_TI_DRUPAL_DIR" - -# Create the the module directory (only necessary for D7) -# For D7, this is sites/default/modules -# For D8, this is modules -mkdir -p "$DRUPAL_TI_DRUPAL_DIR/$DRUPAL_TI_LIBRARIES_PATH" -cd "$DRUPAL_TI_DRUPAL_DIR" - -# Manually clone the dependencies -mkdir libraries -cd libraries -git clone --depth 1 https://github.com/enyo/dropzone.git -