Skip to content

Commit

Permalink
feat: add build id
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Jul 16, 2024
1 parent 14c6931 commit 3c6f894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const ProjectOverviewPage = () => {
return (
<>
{record.buildID !== '-' ? (
<a href={record.buildURL}>
<a href={record.buildURL} target={'_blank'}>
<img
src={`/gitproviders/${record.buildProvider === '-' ? 'gitlab' : record.buildProvider}.svg`}
alt=''
Expand Down

0 comments on commit 3c6f894

Please sign in to comment.