Skip to content

Commit

Permalink
removing lines for downloadBuildDependencies in makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 committed Feb 21, 2024
1 parent fde82c5 commit 869dfca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 869dfca

Please sign in to comment.