Skip to content

Commit

Permalink
correct dependecy build filter
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Feb 8, 2021
1 parent 327bc05 commit acb6e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
values:
- debian
execution-strategy:
combination-filter: '(onlyos == "all" || onlyos == os) && !((version == "2.4 || "version == "2.3" || version == "2.2") && os == "focal")'
combination-filter: '(onlyos == "all" || onlyos == os) && !((version == "2.4" || "version == "2.3" || version == "2.2") && os == "focal")'
builders:
- build_deb_dependency
publishers:
Expand Down

0 comments on commit acb6e78

Please sign in to comment.