correction to cloud formation

pull/218/head
Frostebite 2021-02-12 21:54:00 +00:00 committed by GitHub
parent a966e8677d
commit e0433c385a
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@ class AWS {
await this.run( await this.run(
buildParameters.awsStackName, buildParameters.awsStackName,
'alpine/git', 'alpine/git',
['bin/bash', '-c'], ['/bin/sh', '-c'],
[ [
'ls', 'ls',
'&&', '&&',
@ -33,7 +33,7 @@ class AWS {
await this.run( await this.run(
buildParameters.awsStackName, buildParameters.awsStackName,
baseImage.toString(), baseImage.toString(),
['bin/bash', '-c'], ['/bin/sh', '-c'],
['echo', '"test"'], ['echo', '"test"'],
'/efsdata', '/efsdata',
'/efsdata/', '/efsdata/',