Skip to content

Commit 7beafec

Browse files
authored
Merge pull request #3 from discoverygarden/IT-682
IT-682: Update action.yml to remove grep for drush error
2 parents cf9d1da + 93b65e7 commit 7beafec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,4 @@ runs:
5252
run: |
5353
set -e
5454
ddev composer install
55-
ddev install-site 2>&1 | tee output.log
56-
if grep -q 'Drush command terminated abnormally' output.log; then
57-
echo "Error: Drush command terminated abnormally."
58-
exit 1
59-
fi
55+
ddev install-site

0 commit comments

Comments
 (0)