Revert to Checking only ci.yml (#1918)
Pull only artifacts from `ci.yml` to resolve issue with conflicting package names. Co-authored-by: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com>
This commit is contained in:
parent
64d9356ff6
commit
6e19575491
@ -155,7 +155,7 @@ function Get-PkgPropsForEntireService ($serviceDirectoryPath)
|
||||
}
|
||||
}
|
||||
|
||||
$ciYmlFiles = Get-ChildItem $serviceDirectoryPath -filter "ci.*yml"
|
||||
$ciYmlFiles = Get-ChildItem $serviceDirectoryPath -filter "ci.yml"
|
||||
foreach($ciYmlFile in $ciYmlFiles)
|
||||
{
|
||||
$activeArtifactList = Get-ArtifactListFromYml -ciYmlPath $ciYmlFile.FullName
|
||||
@ -192,4 +192,4 @@ function Get-ArtifactListFromYml ($ciYmlPath)
|
||||
$artifactsInCI = $ciYmlObj["extends"]["parameters"]["Artifacts"]
|
||||
}
|
||||
return $artifactsInCI
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user