File tree 4 files changed +1
-8988
lines changed
4 files changed +1
-8988
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,6 @@ jobs:
130
130
name : remove transient test fixtures
131
131
command : ./.circleci/scripts/pantheon/09-cleanup-fixtures
132
132
133
- # TODO:
134
- # 04-merge-master
135
- # 09-cleanup-fixtures
136
-
137
133
workflows :
138
134
version : 2
139
135
build_and_test :
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ web/sites/default/files
58
58
# Place local settings in settings.local.php
59
59
web /sites /* /settings.local.php
60
60
web /sites /* /services * .yml
61
- ! web /sites /* /services.pantheon. * .yml
61
+ ! web /sites /* /services.pantheon. * .yml
62
62
63
63
# Ignore SimpleTest multi-site environment.
64
64
web /sites /simpletest
@@ -100,6 +100,3 @@ Thumbs.db
100
100
# SASS #
101
101
# #########
102
102
.sass-cache
103
-
104
- # Things in the core directory that Drupal 8 commits in the repository.
105
- ! web /core /** /* .gz
Original file line number Diff line number Diff line change 14
14
"composer/installers" : " ^1.0.20" ,
15
15
"cweagans/composer-patches" : " ^1.0" ,
16
16
"drupal-composer/drupal-scaffold" : " ^2.0.1" ,
17
- "drupal/admin_toolbar" : " ^1.23" ,
18
- "drupal/config_direct_save" : " ^1.0" ,
19
- "drupal/config_installer" : " ^1.0" ,
20
- "drupal/console" : " ^1" ,
21
- "drupal/core" : " ^8" ,
22
17
"drupal/elastic_email" : " ^2.1" ,
23
18
"drupal/embed" : " ^1.0" ,
24
19
"drupal/entity_embed" : " ^1.0@beta" ,
66
61
"conflict" : {
67
62
"drupal/drupal" : " *"
68
63
},
69
- "minimum-stability" : " dev" ,
70
64
"prefer-stable" : true ,
71
65
"autoload" : {
72
66
"classmap" : [
You can’t perform that action at this time.
0 commit comments