Implement AWS Fargate support [Large build support] (#246)
* Implement AWS Fargate support * Update aws-tests workflow to include aws-ts-clean * support remoteBuildCpu and remoteBuildContainer parameters for aws * Syntax fix * remove package-lock add yarn.lock * yarn lock * if: github.event.pull_request.draft == false Co-authored-by: mdugdale <mark.dugdale@bossastudios.com>
This commit is contained in:
@@ -10,6 +10,7 @@ import Project from './project';
|
||||
import Unity from './unity';
|
||||
import Versioning from './versioning';
|
||||
import Kubernetes from './kubernetes';
|
||||
import AWS from './aws';
|
||||
|
||||
export {
|
||||
Action,
|
||||
@@ -24,4 +25,5 @@ export {
|
||||
Unity,
|
||||
Versioning,
|
||||
Kubernetes,
|
||||
AWS,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user