Skip to content

Commit

Permalink
Make sure that we do not create test site inside project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 26, 2024
1 parent 7fdbbd7 commit 0b36c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/scripts/setup-drupal-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if [ "$TERMINUS_BASE_ENV" = "dev" ]; then
fi

# Bring the code down to Circle so that modules can be added via composer.
git clone $(terminus connection:info ${TERMINUS_SITE}.dev --field=git_url) --branch $TERMINUS_BASE_ENV drupal-site
cd drupal-site
git clone $(terminus connection:info ${TERMINUS_SITE}.dev --field=git_url) --branch $TERMINUS_BASE_ENV "$HOME/drupal-site"
cd "$HOME/drupal-site"

git checkout -b $TERMINUS_ENV

Expand Down

0 comments on commit 0b36c86

Please sign in to comment.