We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ff96f commit 696f815Copy full SHA for 696f815
1 file changed
src/hermes_plugin_software_card/environment.py
@@ -47,6 +47,7 @@ def url_data(self) -> dict[str, str]:
47
return {}
48
49
50
+@dataclass(kw_only=True)
51
class GitLabCIEnvironment(Environment):
52
"""Environment variables in the GitLab CI environment.
53
@@ -119,6 +120,7 @@ def url_data(self) -> dict[str, str]:
119
120
}
121
122
123
124
class GitHubActionsEnvironment(Environment):
125
"""Environment variables in the GitHub Actions environment.
126
0 commit comments