Skip to content

Commit

Permalink
Use base URL of GitLab for the /uploads URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Oct 24, 2024
1 parent ae5c45f commit 2a8566a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/gitlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class Gitlab {

const { url } = await this.request({ endpoint, method: 'POST', body });

return { uri: `${repo}${url}`, mime, size };
return { uri: `${await this.repoBase()}${url}`, mime, size };
}

async runnerToken(body) {
Expand Down

0 comments on commit 2a8566a

Please sign in to comment.