Skip to content
Snippets Groups Projects
Commit 3a4565d3 authored by Jonathan Smith's avatar Jonathan Smith
Browse files

Remove debug

parent c0ecaf6b
No related branches found
No related tags found
No related merge requests found
Pipeline #134201 skipped
......@@ -82,9 +82,6 @@
# Forks are named "module_name-12345", so strip out the number part to get the correct module name.
echo "PROJECT NAME: ${CI_PROJECT_NAME%-*}"
vendor/bin/drush --root=$_WEB_ROOT en -y ${CI_PROJECT_NAME%-*}
pwd
echo ">> trying ls $_WEB_ROOT/sites/all/modules/custom/$CI_PROJECT_NAME"
ls $_WEB_ROOT/sites/all/modules/custom/$CI_PROJECT_NAME
if [ "$_D7_DRUPAL_TEST_DEPENDENCIES" != "" ]; then
printf "\n\n*** Installing test_dependencies: $_D7_DRUPAL_TEST_DEPENDENCIES"
vendor/bin/drush --root=$_WEB_ROOT pm:download -y $_D7_DRUPAL_TEST_DEPENDENCIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment