File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
WooCommerce/src/main/kotlin/com/woocommerce/android/model Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ export BUILDKITE_API_TOKEN=$(buildkite-agent secret get BUILDKITE_API_TOKEN)
Original file line number Diff line number Diff line change 9090 << : *test_collector_common_params
9191 api-token-env-name : " BUILDKITE_ANALYTICS_TOKEN_UNIT_TESTS"
9292 - claude-summarize#v1.1.0:
93- api_key : " ANTHROPIC_API_KEY"
93+ api_key : " $ ANTHROPIC_API_KEY"
9494 artifact_paths :
9595 - " **/build/test-results/merged-test-results.xml"
9696
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ data class Address(
8181 fun toShippingLabelModel (): ShippingLabelAddress {
8282 return ShippingLabelAddress (
8383 company = company,
84- name = " $firstName $lastName " .trim().takeIf { it.isNotBlank () },
84+ name = " $firstName $lastName " .trim().takeIf { it.isBlank () },
8585 phone = phone,
8686 address = address1,
8787 address2 = address2,
You can’t perform that action at this time.
0 commit comments