File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
# Define runners and environment vars to include before and after the
37
37
# main runners / environment vars.
38
- - DRUPAL_TI_SCRIPT_DIR_BEFORE="./drupal_ti/before"
38
+ # - DRUPAL_TI_SCRIPT_DIR_BEFORE="./drupal_ti/before"
39
39
# - DRUPAL_TI_SCRIPT_DIR_AFTER="./drupal_ti/after"
40
40
41
41
# The environment to use, supported are: drupal-7, drupal-8
@@ -108,10 +108,10 @@ before_install:
108
108
- drupal-ti before_install
109
109
110
110
install :
111
- - drupal-ti install --include drupal_ti/composer-manager.sh
111
+ - drupal-ti install
112
112
113
113
before_script :
114
- - drupal-ti before_script
114
+ - drupal-ti --include drupal_ti/composer-manager.sh before_script
115
115
116
116
script :
117
117
- drupal-ti script
@@ -120,4 +120,4 @@ after_script:
120
120
- drupal-ti after_script
121
121
122
122
notifications :
123
- email : false
123
+ email : false
You can’t perform that action at this time.
0 commit comments