Skip to content

Commit

Permalink
refresh p.yml during build step
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Jul 16, 2024
1 parent a949c52 commit 5f65b21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@ 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 connection:set "${TERMINUS_ENV}.dev" git
echo "" >> pantheon.yml
git add pantheon.yml
git commit -m "no-op pantheon.yml"
git push origin $TERMINUS_ENV
terminus connection:set "${TERMINUS_ENV}.dev" sftp
terminus env:wake -n "$TERMINUS_SITE.$TERMINUS_ENV"
terminus drush -n "$TERMINUS_SITE.$TERMINUS_ENV" -- updatedb -y

1 comment on commit 5f65b21

@pantheon-ci-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visit Site

Created multidev environment ci-512 for ci-update-drops-7.

Please sign in to comment.