do not cleanup build directory to allow steam deployment

pull/263/head
Frostebite 2021-05-22 23:59:48 +01:00
parent e0ed38b70f
commit 12e9304e53
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -1681,7 +1681,7 @@ class RemoteBuilder {
aws s3 cp ${buildUid}/build-${buildUid}.zip s3://game-ci-storage/
# no need to upload Library cache for now
# aws s3 cp /${efsDirectoryName}/${cacheDirectoryName}/${branchName}/lib-${buildUid}.zip s3://game-ci-storage/
rm -r ${buildUid}
# rm -r ${buildUid}
`,
], `/${efsDirectoryName}`, `/${efsDirectoryName}/`, [
{

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -82,7 +82,7 @@ class RemoteBuilder {
aws s3 cp ${buildUid}/build-${buildUid}.zip s3://game-ci-storage/
# no need to upload Library cache for now
# aws s3 cp /${efsDirectoryName}/${cacheDirectoryName}/${branchName}/lib-${buildUid}.zip s3://game-ci-storage/
rm -r ${buildUid}
# rm -r ${buildUid}
`,
],
`/${efsDirectoryName}`,