mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
fix leading comma in tag_filter in build.sh (#18284)
run-all-tests: true
This commit is contained in:
parent
1ceaf5a581
commit
e46c6f76f3
3
build.sh
3
build.sh
@ -59,6 +59,9 @@ if [ "$IS_FORK" = "True" ]; then
|
||||
tag_filter="${tag_filter},-canton-ee"
|
||||
fi
|
||||
|
||||
# remove possible leading comma
|
||||
tag_filter="${tag_filter#,}"
|
||||
|
||||
# Occasionally we end up with a stale sandbox process for a hardcoded
|
||||
# port number. Not quite sure how we end up with a stale process
|
||||
# but it happens sufficiently rarely that just killing it here is
|
||||
|
Loading…
Reference in New Issue
Block a user