We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06af79f commit 32cf9f7Copy full SHA for 32cf9f7
scripts/utils/models.py
@@ -3,8 +3,6 @@
3
from dohq_teamcity import Build
4
from pydantic import BaseSettings, Field
5
6
-from scripts.client import TC
7
-
8
ENV_TC_URL_NAME = "TC_URL"
9
ENV_TC_USER_NAME = "TC_USER"
10
ENV_TC_PASSWORD_NAME = "TC_PASSWORD"
@@ -33,6 +31,8 @@ class AutoTestsInfo(BuildEnv):
33
31
34
32
@classmethod
35
def from_current_build(cls, build: "Build") -> "AutoTestsInfo":
+ from scripts.client import TC
+
36
params = TC.get_build_params(build)
37
return cls(
38
supported_shells=list(
version.txt
@@ -1 +1 @@
1
-4.0.0
+4.0.1
0 commit comments