This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Commit 42b5004 1 parent 519e141 commit 42b5004 Copy full SHA for 42b5004
File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 153
153
<echo >4. Run the following command from the new project root:</echo >
154
154
<echo >./blt.sh local:setup</echo >
155
155
<echo ></echo >
156
+ <echo >Follow the documentation in ${ blt.new.dir } /README.md for anything else.</echo >
157
+ <echo ></echo >
156
158
</target >
157
159
158
160
<!-- This target is meant to test BLT itself on TravisCI.
Original file line number Diff line number Diff line change 128
128
</target >
129
129
130
130
<target name =" deploy:sanitize" description =" Removes sensitive files from the deploy docroot." >
131
- <exec command =" find . -type d | grep .git | xargs rm -rf" dir =" ${deploy.dir}/docroot" />
132
- <exec command =" find . -type d | grep .git | xargs rm -rf" dir =" ${deploy.dir}/vendor" />
131
+ <exec command =" find . -type d | grep '\ .git' | xargs rm -rf" dir =" ${deploy.dir}/docroot" />
132
+ <exec command =" find . -type d | grep '\ .git' | xargs rm -rf" dir =" ${deploy.dir}/vendor" />
133
133
<delete >
134
134
<fileset dir =" ${deploy.dir}/docroot" >
135
135
<include name =" core/*.txt" />
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ if [ ! -f ${DIR}/vendor/bin/drush ]; then
37
37
composer install
38
38
fi
39
39
40
- vendor/bin/drush.launcher --alias-path=${DIR} /drush/site-aliases " $@ "
40
+ vendor/bin/drush.launcher --alias-path=${DIR} /drush/site-aliases " $@ " -r ${DIR} /docroot
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
namespace Drupal \Tests \PHPUnit ;
4
+
4
5
/**
5
6
* Class SettingsTest.
6
7
*
You can’t perform that action at this time.
0 commit comments