ci: ensure build-packages-dist works on OS/X bash (#25591)
PR Close #25591
This commit is contained in:
parent
a4405d7c6f
commit
ad7be5087c
@ -56,9 +56,9 @@ buildTargetPackages "$LEGACY_TARGETS" "dist/packages-dist" "legacy" "Production"
|
|||||||
# snapshots.
|
# snapshots.
|
||||||
# This logic matches what we use in the .circleci/config.yml file to short-
|
# This logic matches what we use in the .circleci/config.yml file to short-
|
||||||
# circuit execution of the publish-packages job.
|
# circuit execution of the publish-packages job.
|
||||||
[[ -v CIRCLE_PR_NUMBER
|
[[ "${CIRCLE_PR_NUMBER-}" != ""
|
||||||
|| "$CIRCLE_PROJECT_USERNAME" != "angular"
|
|| "${CIRCLE_PROJECT_USERNAME-}" != "angular"
|
||||||
|| "$CIRCLE_PROJECT_REPONAME" != "angular"
|
|| "${CIRCLE_PROJECT_REPONAME-}" != "angular"
|
||||||
]] && exit 0
|
]] && exit 0
|
||||||
|
|
||||||
IVY_JIT_TARGETS=`bazel query --output=label 'attr("tags", "\[.*ivy-jit.*\]", //packages/...) intersect kind(".*_package", //packages/...)'`
|
IVY_JIT_TARGETS=`bazel query --output=label 'attr("tags", "\[.*ivy-jit.*\]", //packages/...) intersect kind(".*_package", //packages/...)'`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user