Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Use skipNativePrepare for cloud builds #47

Merged
merged 2 commits into from
Jul 20, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/services/cloud-build-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export class CloudBuildService extends EventEmitter implements ICloudBuildServic
ignoreScripts: false
};

await this.$platformService.preparePlatform(platform, appFilesUpdaterOptions, null, projectData, config);
await this.$platformService.preparePlatform(platform, appFilesUpdaterOptions, null, projectData, config, [], { skipNativePrepare: true });
}

private async getObjectFromS3File<T>(pathToFile: string): Promise<T> {
Expand Down