fix(git-gateway-gitlab): fix large media support for editorial workflow (#3105)
This commit is contained in:
@ -60,6 +60,7 @@ async function prepareTestGitLabRepo() {
|
||||
console.log('Creating repository', testRepoName);
|
||||
await client.Projects.create({
|
||||
name: testRepoName,
|
||||
lfs_enabled: false,
|
||||
});
|
||||
|
||||
const tempDir = path.join('.temp', testRepoName);
|
||||
|
Reference in New Issue
Block a user