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