Remote builder refactoring (#264)

Remote builder refactoring
This commit is contained in:
Frostebite
2021-05-23 05:08:40 +01:00
committed by GitHub
parent 9fff362775
commit c96b8cf443
15 changed files with 3256 additions and 2827 deletions

View File

@@ -10,7 +10,7 @@ import Project from './project';
import Unity from './unity';
import Versioning from './versioning';
import Kubernetes from './kubernetes';
import AWS from './aws';
import RemoteBuilder from './remote-builder/remote-builder';
export {
Action,
@@ -25,5 +25,5 @@ export {
Unity,
Versioning,
Kubernetes,
AWS,
RemoteBuilder,
};