Skip to content
Open
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 pkg/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func (r *release) mirrorImages(imageSetFile, blockedImages, additionalImages, op
cmd += " --ignore-release-signature"
logrus.Info("CI/Nightly release found - signature-configmap.yaml will not be generated. Setting --ignore-release-signature")
} else {
logrus.Info("Stable release found - signature-configmap.yaml will be generated for image signature verification")
logrus.Debug("Stable release found - signature-configmap.yaml will be generated for image signature verification")
}

logrus.Debugf("Fetching image from OCP release (%s)", cmd)
Expand Down