You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new-app: appropriately warn/error on circular builds
Bug 1393549
Bugzilla link https://bugzilla.redhat.com/show_bug.cgi?id=1393549
Detailed explanation
Citing of cirular builds were performed for new-build but not new-app;
With new-app, if template, simply warn, if not template fail command
os::cmd::expect_failure_and_text 'oc new-build mysql --source-image centos''error: --source-image-path must be specified when --source-image is specified.'
265
265
os::cmd::expect_failure_and_text 'oc new-build mysql --source-image-path foo''error: --source-image must be specified when --source-image-path is specified.'
266
266
267
+
# ensure circular ref flagged but allowed for template
0 commit comments