Skip to content
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

Fix slug to follow owner_name/repo_name format #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ghengeveld
Copy link
Contributor

Fixes #136

@ghengeveld ghengeveld changed the title Fix slug to follow <owner_name>/<repo_name> format Fix slug to follow <owner_name>/<repo_name> format Jan 29, 2021
@ghengeveld ghengeveld changed the title Fix slug to follow <owner_name>/<repo_name> format Fix slug to follow owner_name/repo_name format Jan 29, 2021
@ghengeveld ghengeveld changed the title Fix slug to follow owner_name/repo_name format Fix slug to follow owner_name/repo_name format Jan 29, 2021
@ghengeveld
Copy link
Contributor Author

@pvdlg Any chance this can be merged and released?

@pvdlg
Copy link
Member

pvdlg commented Mar 8, 2021

Can you fix the tests?
See https://travis-ci.com/github/pvdlg/env-ci/jobs/489074757

Comment on lines 14 to +16
buildUrl: `https://bitbucket.org/${env.BITBUCKET_REPO_SLUG}/addon/pipelines/home#!/results/${env.BITBUCKET_BUILD_NUMBER}`,
branch: env.BITBUCKET_BRANCH,
slug: env.BITBUCKET_REPO_SLUG,
slug: env.BITBUCKET_REPO_FULL_NAME,
Copy link
Member

Choose a reason for hiding this comment

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

you still use BITBUCKET_REPO_SLUG in line 14, is that intentional?

Given that the issue at #136 didn't have any 👍🏼 and no other issues have been opened, I wonder if this is a non-issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bitbucket incorrectly reports repository name without owner name as slug
3 participants