Skip to content

Commit

Permalink
Merge pull request #8461 from krauselukas/issue_7394
Browse files Browse the repository at this point in the history
Dont link to build log if package is in state broken in staging workflow
  • Loading branch information
DavidKang committed Sep 28, 2019
2 parents 1415335 + c853fec commit 2f29971
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
- values.each do |value|
- coma = ', ' unless values.last == value
= succeed coma do
- if state == 'unresolvable'
- if ['unresolvable', 'broken'].include?(state)
= value[:arch]
- else
= link_to(value[:arch], package_live_build_log_path(package: name,
Expand Down

0 comments on commit 2f29971

Please sign in to comment.