-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
feature: context awarenessgit provider: bitbuckettype: bugSomething isn't workingSomething isn't working
Description
Bug description
I'm getting Not Found error when trying to create gitpod workspace from bitbucket branches where branch name consists of two parts eg: 'feature/gitpod' while all works ok with simple branch names like 'develop'
Creating branch from single commit from the same branch works (but workspace is created with git in detached state which is uncomfortable)
Steps to reproduce
- install gitpod browser extension
- go to your bitbucket repository to specific branch (other than develop or master) eg: feature/gitpod
- click gitpod button or gitpod extension icon
- observe Not Found error
I'm getting error with example url:
https://gitpod.io/#https://bitbucket.org/contentportal/user-portal/branch/feature/gitpod
and strange thing is that all works nice with simple branch name like 'develop' branch:
https://gitpod.io/#https://bitbucket.org/contentportal/user-portal/branch/develop
Expected behavior
Workspace should be created.
Example repository
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
feature: context awarenessgit provider: bitbuckettype: bugSomething isn't workingSomething isn't working