From 989f60241b5825d970178d5f90d2c58502477e9c Mon Sep 17 00:00:00 2001 From: Nikita Zelencov Date: Tue, 10 Jan 2023 13:57:50 +0300 Subject: [PATCH] move one agent from ios to android --- .DS_Store | Bin 0 -> 6148 bytes CHANGELOG.md | 4 ++++ teamcity/settings.kts.in | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..91faa2f8fb148724302b52ab122b79b53417b671 GIT binary patch literal 6148 zcmeHKu};H447E!nTCsFwyd8v8hR#P61~#Pr0JKE~sZlzVfh`}$m+%9801Q0ar>aL< zMpRX{WWS5gzH?rpI7dWWzRpKPLn7)!1$zUS9U}9h9qA>HOtP%8T#P2Ore1X--EpW4 z$g?ZxiWc-j>+JdQ_-lKvZmMd!Y^Lx@&gJLb`%OMS|8suzy!CFJ%KL_O*7QV=RMSj$ zr?+f>D!+Hd{Ho*Q;#%wItW`HzJ$vJ_y69f&a&ZQn0cYUY89>h#>7N<8bq1UPXJEsC zd>;Z-FeYpb_0s{PM*v^}w+hDkZwCzG0LFx^Av_SaRG_7DI%2S;!yi&yOxPM)IvzfBw&t{K^?{29AmWE~-gY;+9fx?cAL7 s+5mlkibz~*xJki4TQOp#6`w;@;14nY#)PdQJP`j8P#WAg1OLjv4|%>tpa1{> literal 0 HcmV?d00001 diff --git a/CHANGELOG.md b/CHANGELOG.md index d011359..70bc9ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.3.1] - 2023-01-10 +### Changed +- Move one of agent from ios to android + ## [1.3.0] - 2022-07-29 ### Fixed - Search "*.aab" artifacts diff --git a/teamcity/settings.kts.in b/teamcity/settings.kts.in index 18cf21a..83d034f 100644 --- a/teamcity/settings.kts.in +++ b/teamcity/settings.kts.in @@ -122,7 +122,7 @@ open class BuildAndroidType(name_suffix : String, environment : String) : } requirements { - equals("teamcity.agent.name", "Default Agent") + equals("teamcity.agent.name", "(Default Agent|Default Agent 2)") } } ) @@ -176,7 +176,7 @@ open class BuildIOSType(name_suffix : String, environment : String) : } requirements { - matches("teamcity.agent.name", "(Default Agent 2|Default Agent 3)") + matches("teamcity.agent.name", "Default Agent 3") } }) {}