You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first off, thanks for putting this resource together. getting CI to play with wordpress/pantheon's systems has been a goal for a long time, and the light is finally at the end of the tunnel.
we have multidev setup, and every new feature branch => multidev with the CI BUILD number. however, the CI BUILD increments per job and not workflow. so in the behat /test/behat/initialize.sh script, circle errors out:
Config value "installed_paths" updated successfully; old value was "../../wp-coding-standards/wpcs"
[error] Could not find an environment identified by ci-41.
Exited with code 1
CircleCI received exit code 1
is there a better approach for circleci and feature PR => multidev? not sure if CI BUILD number is the way to go. any other ideas?
open to ideas. thanks!
The text was updated successfully, but these errors were encountered:
hey gang,
first off, thanks for putting this resource together. getting CI to play with wordpress/pantheon's systems has been a goal for a long time, and the light is finally at the end of the tunnel.
we have multidev setup, and every new feature branch => multidev with the CI BUILD number. however, the CI BUILD increments per job and not workflow. so in the behat
/test/behat/initialize.sh
script, circle errors out:is there a better approach for circleci and feature PR => multidev? not sure if CI BUILD number is the way to go. any other ideas?
open to ideas. thanks!
The text was updated successfully, but these errors were encountered: