running git lfs clone

pull/218/head
mdugdale 2021-02-12 23:27:17 +00:00
parent 8212b67cac
commit 53b352e2e6
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,8 +12,8 @@ class AWS {
await this.run(
buildParameters.awsStackName,
'ubuntu',
['/bin/sh', '-c'],
['ls', '&&', 'git', 'clone', `https://github.com/${process.env.GITHUB_REPOSITORY}.git`, `repo`],
['sh', '-c', 'ls;', 'git', 'clone', `https://github.com/${process.env.GITHUB_REPOSITORY}.git`, `repo`],
[],
'/efsdata',
'/efsdata/',
[
@ -26,8 +26,8 @@ class AWS {
await this.run(
buildParameters.awsStackName,
baseImage.toString(),
['/bin/sh'],
['sh','-c','echo', '"test"'],
[],
'/efsdata',
'/efsdata/',
[],