We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6298b commit 362d4f4Copy full SHA for 362d4f4
.pipelines/templates/ToolchainBuild.yml
@@ -41,7 +41,7 @@ steps:
41
buildRepoRoot: ${{ parameters.buildRepoRoot }}
42
43
- bash: |
44
- if [[ -n ${{ parameters.dailyBuildID }} ]]; then
+ if [[ -n "${{ parameters.dailyBuildID }}" ]]; then
45
daily_build_id_arg="DAILY_BUILD_ID=${{ parameters.dailyBuildID }}"
46
fi
47
0 commit comments