Skip to content

Commit 541abba

Browse files
authored
Apply suggestion from @knolleary
1 parent 7a231d9 commit 541abba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/components/pipelines/Stage.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ export default {
298298
if (this.stage?.gitRepo?.url.startsWith('https://github.com')) {
299299
return `${this.stage.gitRepo.url}/tree/${this.stage.gitRepo.branch || 'main'}`
300300
} else if (this.stage?.gitRepo?.url.startsWith('https://dev.azure.com')) {
301-
console.log('azure', this.stage.gitRepo.url)
302301
const regex = /^https:\/\/dev.azure.com\/(?<org>.+)\/_git\/(?<repo>.+)$/
303302
const match = regex.exec(this.stage.gitRepo.url)
304303
return `https://dev.azure.com/${match.groups.org}/${match.groups.repo}/_git/${match.groups.repo}?path=%2F&version=GB${this.stage.gitRepo.branch || 'main'}`

0 commit comments

Comments
 (0)