Thanks to visit codestin.com Credit goes to github.com
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 f368d0b commit 0924fc9Copy full SHA for 0924fc9
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