Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cmd-sign
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def robosign_ostree(args, s3, build, gpgkey):
builds = Builds()
builddir = builds.get_build_dir(args.build, args.arch)

if build['coreos-assembler.oci-imported']:
if build.get('coreos-assembler.oci-imported', None):
# this is a known gap currently; we just no-op for
# now until we cut over to Konflux and stop using this code; see
# https://github.com/coreos/fedora-coreos-tracker/issues/1986
Expand Down
Loading