Fix redirect from build to pipeline

regression of #1224
This commit is contained in:
6543 2022-10-22 16:58:26 +02:00
parent f88c70b55e
commit a6f3746c52
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862

View file

@ -110,7 +110,7 @@ const routes: RouteRecordRaw[] = [
redirect: (route) => ({ name: 'repo-pipeline', params: route.params }),
},
{
path: 'build/:pipelineId+',
path: 'build/:pipelineId',
redirect: (route) => ({ name: 'repo-pipeline', params: route.params }),
},
],