From b9fbaabb8fc5644f80211d62847399b697f4bab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20G=C3=B6drei?= Date: Thu, 14 Nov 2024 13:10:41 +0100 Subject: [PATCH] Add missing deploy step to run_docker_integration_tests step bundle (#1023) --- bitrise.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitrise.yml b/bitrise.yml index 5033fb454..1ae3a4529 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -323,6 +323,7 @@ step_bundles: mkdir -p "${test_results_dir}" cp "${ORIG_BITRISE_DEPLOY_DIR}/${linux_only_test_log_file_name}.xml" "${test_results_dir}/${linux_only_test_log_file_name}.xml" echo "${linux_only_test_name_json}" > "${test_results_dir}/test-info.json" + - deploy-to-bitrise-io@2: { } test_binary_build: steps: