Skip to content

Commit

Permalink
circle fixup and non secret secret
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Jul 16, 2024
1 parent 4adb54f commit eb34c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
environment:
TZ: "/usr/share/zoneinfo/America/Los_Angeles"
TERM: dumb
TERMINUS_SITE: ci-update-drops-7
steps:
- checkout
- run:
Expand Down
4 changes: 2 additions & 2 deletions .circleci/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +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
terminus connection:set "${TERMINUS_SITE}.${TERMINUS_ENV}" 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 connection:set "${TERMINUS_SITE}.${TERMINUS_ENV}" sftp
terminus env:wake -n "$TERMINUS_SITE.$TERMINUS_ENV"
terminus drush -n "$TERMINUS_SITE.$TERMINUS_ENV" -- updatedb -y

1 comment on commit eb34c88

@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-513 for ci-update-drops-7.

Please sign in to comment.