correction to cloud formation

pull/218/head
Frostebite 2021-02-12 21:46:47 +00:00 committed by GitHub
parent 3171b13033
commit a966e8677d
2 changed files with 11 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -11,9 +11,16 @@ class AWS {
static async runBuildJob(buildParameters, baseImage) { static async runBuildJob(buildParameters, baseImage) {
await this.run( await this.run(
buildParameters.awsStackName, buildParameters.awsStackName,
'valian/git-lfs', 'alpine/git',
['git'], ['bin/bash', '-c'],
['clone', `https://github.com/${process.env.GITHUB_REPOSITORY}.git`, `repo`], [
'ls',
'&&',
'git',
'clone',
`https://github.com/${process.env.GITHUB_REPOSITORY}.git`,
`repo`,
],
'/efsdata', '/efsdata',
'/efsdata/', '/efsdata/',
[ [