Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
revert(source-tracking): Revert sort by commitId
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Apr 7, 2022
1 parent d2bf6d1 commit f821e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/scratchorg/pool/ClientSourceTracking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export default class ClientSourceTracking {
const repoPath = (await git.getConfig('remote.origin.url')).value;
await git.clone(repoPath, tempDir.name);

//Order by commit id.. so that we can eliminate multiple checkouts
const sfpowerscriptsArtifacts = await this.org.getInstalledArtifacts('CommitId__c');

const sfpowerscriptsArtifacts = await this.org.getInstalledArtifacts();

const project = await SfdxProject.resolve(tempDir.name);

Expand Down

0 comments on commit f821e4a

Please sign in to comment.