From 004e102a5110d97e927e84410e9ef85ab9113d7a Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Fri, 29 Sep 2023 17:08:28 +0100 Subject: [PATCH] Test --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 0f7eef2d0..3ef1f63d2 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -129,7 +129,7 @@ lane :build_test_app_and_frameworks do cloned_source_packages_path: source_packages_path, clean: is_localhost, build_for_testing: true, - xcargs: buildcache_xcargs + xcargs: ENV['STREAM_VIDEO_SECRET'] ? "#{buildcache_xcargs} STREAM_VIDEO_SECRET=#{ENV['STREAM_VIDEO_SECRET']}" : buildcache_xcargs ) end