From 8d6f74ee80a70efc9ae48848362c1d5c3577ddd9 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Wed, 7 Sep 2022 09:15:47 -0700 Subject: [PATCH] Add an env:wake to see if that is a suitable workaround for our test failure --- .circleci/prepare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/prepare.sh b/.circleci/prepare.sh index 994fa021bc3..35565635c56 100755 --- a/.circleci/prepare.sh +++ b/.circleci/prepare.sh @@ -22,4 +22,5 @@ terminus env:wake -n "$TERMINUS_SITE.dev" # Create a new environment for this particular test run. ### terminus build:env:create -n "$TERMINUS_SITE.dev" "$TERMINUS_ENV" --yes +terminus env:wake -n "$TERMINUS_SITE.$TERMINUS_ENV" terminus drush -n "$TERMINUS_SITE.$TERMINUS_ENV" -- updatedb -y