We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a551d commit 2a5c755Copy full SHA for 2a5c755
1 file changed
steps/s2i_steps.py
@@ -68,6 +68,7 @@ def s2i_build(context, application, path='.', env="", incremental=False, tag="ma
68
raise Exception("S2I build failed, check logs!")
69
70
71
+@given(u'failing s2i build {application} from {path}')
72
@given(u'failing s2i build {application} from {path} using {tag}')
73
def failing_s2i_build(context, application, path='.', env="", incremental=False, tag="master", runtime_image=""):
74
if not s2i_inner(context, application, path, env, incremental, tag, runtime_image):
0 commit comments