File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,13 @@ tasks:
21
21
*/
22
22
$settings['trusted_host_patterns'][] = '^{{.PROJECTNAME}}\.local\.itkdev\.dk$';
23
23
EOF
24
+
25
+ # Add docker setup
26
+ - task docker:install
27
+
24
28
# Move Drupal configuration files into place.
25
29
- mkdir -p web/sites/default
26
30
- mv deploy-templates/{settings.local.php,services.local.yml} web/sites/default/
27
-
28
31
- mv deploy-templates/pr.yml .github/workflows/
29
32
30
33
# Set the actual project name in select files (Sed command different between mac and linux).
Original file line number Diff line number Diff line change 23
23
"drupal/core-composer-scaffold" : " ^11.0" ,
24
24
"drupal/core-project-message" : " ^11.0" ,
25
25
"drupal/core-recommended" : " ^11.0" ,
26
- "itk-dev/itkdev_base_theme " : " dev-feature/add-files" ,
26
+ "itk-dev/itkdev-base-theme " : " dev-feature/add-files" ,
27
27
"drush/drush" : " ^13.2"
28
28
},
29
29
"require-dev" : {
You can’t perform that action at this time.
0 commit comments