Skip to content

Commit

Permalink
Pipeline fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelWMS committed Aug 13, 2024
1 parent e74ae72 commit 336b269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/templates/PackageBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ steps:
displayName: "Populate cache RPMs"
- script: |
if [[ -n "${{ parameters.checkBuildRetries" }} ]]; then
if [[ -n "${{ parameters.checkBuildRetries }}" ]]; then
check_build_retries_arg="CHECK_BUILD_RETRIES=${{ parameters.checkBuildRetries }}"
fi
Expand Down

0 comments on commit 336b269

Please sign in to comment.