steam deploy fix
parent
a419e8058c
commit
1939496bdc
|
|
@ -1667,9 +1667,9 @@ class RemoteBuilder {
|
||||||
'-c',
|
'-c',
|
||||||
`
|
`
|
||||||
ls
|
ls
|
||||||
chmod -R +x entrypoint.sh;
|
chmod -R +x ./entrypoint.sh;
|
||||||
chmod -R +x steps;
|
chmod -R +x ./steps;
|
||||||
entrypoint.sh;
|
./entrypoint.sh;
|
||||||
`,
|
`,
|
||||||
], `/${efsDirectoryName}`, `/${efsDirectoryName}/${buildUid}/steam/action/`, [
|
], `/${efsDirectoryName}`, `/${efsDirectoryName}/${buildUid}/steam/action/`, [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -52,9 +52,9 @@ class RemoteBuilder {
|
||||||
'-c',
|
'-c',
|
||||||
`
|
`
|
||||||
ls
|
ls
|
||||||
chmod -R +x entrypoint.sh;
|
chmod -R +x ./entrypoint.sh;
|
||||||
chmod -R +x steps;
|
chmod -R +x ./steps;
|
||||||
entrypoint.sh;
|
./entrypoint.sh;
|
||||||
`,
|
`,
|
||||||
],
|
],
|
||||||
`/${efsDirectoryName}`,
|
`/${efsDirectoryName}`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue