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.
2 parents f368d0b + 0924fc9 commit eef9c38Copy full SHA for eef9c38
ctf/generate.py
@@ -67,8 +67,8 @@ def generate(
67
tmp_tracks.add(
68
Track(
69
name=track.name,
70
- remote=track.remote,
71
- production=track.production,
+ remote=remote,
+ production=production,
72
require_build_container=does_track_require_build_container(track),
73
)
74
pyproject.toml
@@ -19,7 +19,7 @@ dependencies = [
19
"typer==0.16.0",
20
"pydantic"
21
]
22
-version = "3.1.0"
+version = "3.1.1"
23
classifiers = [
24
"Programming Language :: Python :: 3",
25
"Operating System :: OS Independent",
0 commit comments