diff --git a/src/job/jobHandler.ts b/src/job/jobHandler.ts index e8479eb7a..5b854fefa 100644 --- a/src/job/jobHandler.ts +++ b/src/job/jobHandler.ts @@ -531,8 +531,6 @@ export abstract class JobHandler { this._logger.save(this._currJob._id, 'Checked Commit'); await this.pullRepo(); this._logger.save(this._currJob._id, 'Pulled Repo'); - await this.getAndDownloadBuildDependencies(); - this._logger.save(this._currJob._id, 'Downloaded Build dependencies'); this.prepBuildCommands(); this._logger.save(this._currJob._id, 'Prepared Build commands'); await this.prepNextGenBuild();