-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove bitbucket-pipelines.yml #181
Conversation
Part of gazebo-tooling/release-tools#203 Signed-off-by: Steve Peters <[email protected]>
Here's a build using gazebo-tooling/release-tools#501, which should fix the CMake warning on Jenkins: |
Co-authored-by: Louise Poubel <[email protected]> Co-authored-by: Steve Peters <[email protected]> Signed-off-by: Michael Carroll <[email protected]>
whoops, I just back-ported #100 to fix that warning before I read your comment |
Signed-off-by: Louise Poubel <[email protected]>
That's better 😄 I reverted the change upstream. Also pushed a commit backporting some infra stuff so this branch is triaged and labeled. |
* make the OGRE plugin path discovery portable (gazebosim#101) * Remove bitbucket-pipelines.yml (gazebosim#181) Signed-off-by: Louise Poubel <[email protected]>
🦟 Bug fix
Part of gazebo-tooling/release-tools#203
Summary
Remove
bitbucket-pipelines.yml
. This will have the effect of causing Ubuntu-ci-pr_any-
jobs to use bionic instead of xenial, which is fine because xenial is end of life.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge