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 cf80d58 commit b08d1dcCopy full SHA for b08d1dc
src/gardenlinux/s3/s3_artifacts.py
@@ -143,9 +143,6 @@ def upload_from_directory(
143
f"Release file data and given cname conflict detected: Commit ID {cname_object.commit_id}"
144
)
145
146
- if cname_object.version is None:
147
- raise RuntimeError("CName version could not be determined!")
148
-
149
commit_hash = release_config.get(UNNAMED_SECTION, "GARDENLINUX_COMMIT_ID_LONG")
150
151
feature_set = release_config.get(UNNAMED_SECTION, "GARDENLINUX_FEATURES")
0 commit comments