Skip to content

Commit

Permalink
Removed old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBM committed Nov 27, 2024
1 parent 365ac78 commit 20fd52e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/universalnrp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ jobs:
inlineScript: |
# Download the policy packages from Azure Storage or from a URL
$jsonPolicyPackages = '${{ needs.setup-matrix.outputs.policy_packages }}'
# ConvertFrom-Json operates on unescaped JSON strings, so we need to remove the backslashes
$policyPackages = $jsonPolicyPackages | ConvertFrom-Json
foreach ($package in $policyPackages) {
$policyPackagUrl=$package.'policy-package-url'
Expand Down

0 comments on commit 20fd52e

Please sign in to comment.