Add a value() for an std::optional
This commit is contained in:
parent
09240f25a7
commit
fadddc8792
@ -245,7 +245,7 @@ int check_pending_packages(const std::string& release) {
|
||||
|
||||
for (auto& s : source_packages) {
|
||||
for (auto bin : s.getPublishedBinaries()) {
|
||||
current_builds.insert(bin.build.title);
|
||||
current_builds.insert(bin.build.value().title);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user