Skip to content

Commit 61b141b

Browse files
authored
Fix prebuilt leak detection CI parameter (#912)
1 parent cf93626 commit 61b141b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts.pipelines/jobs/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
networkArg="--network=none"
122122
fi
123123
poisonArg=
124-
if [ "$(sb.tarball)" != "true" ]; then
124+
if [ "$(reportPrebuiltLeaks)" = "true" ]; then
125125
poisonArg="/p:EnablePoison=true"
126126
fi
127127
$(docker.run) $(docker.tb.map) $(docker.tb.work) $networkArg $(imageName) "$(tarballName)/build.sh" \

0 commit comments

Comments
 (0)