mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
7118404981
commit
e1ec04ef06
1 changed files with 3 additions and 0 deletions
3
lib/platform/gitlab/index.ts
Normal file → Executable file
3
lib/platform/gitlab/index.ts
Normal file → Executable file
|
@ -684,6 +684,9 @@ export async function setBranchStatus({
|
|||
options.target_url = targetUrl;
|
||||
}
|
||||
try {
|
||||
// give gitlab some time to create pipelines for the sha
|
||||
await delay(1000);
|
||||
|
||||
await gitlabApi.postJson(url, { body: options });
|
||||
|
||||
// update status cache
|
||||
|
|
Loading…
Reference in a new issue