Skip to content
Snippets Groups Projects
Commit 054bd1b3 authored by Denis Pynkin's avatar Denis Pynkin
Browse files

WIP: fail the build

parent 3a8e0696
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,9 @@ def submitTests(architecture, type, board, ostree = false) {
def buildOStree(architecture, type, board, debosarguments = "", repo = "repo") {
// fail the build
sh(script: "false")
// Allow to work with not-existing branches
// ostree-push refuses to update ostree branch if `ostree pull` failed by any other reason
sh(script: """\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment