fix(git-gateway-gitlab): fix large media support for editorial workflow (#3105)

This commit is contained in:
Erez Rokah
2020-01-19 14:25:29 +02:00
committed by GitHub
parent 07fa5b316c
commit 038803c9f2
13 changed files with 7147 additions and 12 deletions

View File

@ -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);