You are here

before.sh in Facebook Tracking Pixel 8

Same filename and directory in other branches
  1. 7 tests/before.sh
#!/bin/bash

cd $DRUPAL_TI_DRUPAL_DIR
wget https://www.drupal.org/files/issues/drupal-session_destroy_return_bool-2460833-30.patch
git apply drupal-session_destroy_return_bool-2460833-30.patch
echo "Status 0"
cd profiles/standard/translations
wget http://ftp.drupal.org/files/translations/7.x/drupal/drupal-7.43.es.po
ls ./
cd $DRUPAL_TI_DRUPAL_DIR
pwd
echo "Start Drush Downloads"
drush dl ctools-7.x-1.x-dev
drush dl commerce-7.x-1.11
echo "Start Drush Commerce Enable"
drush en -y commerce_tax, commerce_price, commerce_cart, commerce_product, commerce_order, commerce

File

tests/before.sh
View source
  1. #!/bin/bash
  2. cd $DRUPAL_TI_DRUPAL_DIR
  3. wget https://www.drupal.org/files/issues/drupal-session_destroy_return_bool-2460833-30.patch
  4. git apply drupal-session_destroy_return_bool-2460833-30.patch
  5. echo "Status 0"
  6. cd profiles/standard/translations
  7. wget http://ftp.drupal.org/files/translations/7.x/drupal/drupal-7.43.es.po
  8. ls ./
  9. cd $DRUPAL_TI_DRUPAL_DIR
  10. pwd
  11. echo "Start Drush Downloads"
  12. drush dl ctools-7.x-1.x-dev
  13. drush dl commerce-7.x-1.11
  14. echo "Start Drush Commerce Enable"
  15. drush en -y commerce_tax, commerce_price, commerce_cart, commerce_product, commerce_order, commerce