From 0b31b4831f40fb56063c6c0a5b0af5a15f130e6e Mon Sep 17 00:00:00 2001 From: Benedikt <beneritter@gmail.com> Date: Wed, 23 Mar 2016 13:16:43 +0100 Subject: [PATCH] Remove unnecessary command - run_s2i_build is called explicitly after prepare --- test/run | 1 - 1 file changed, 1 deletion(-) diff --git a/test/run b/test/run index 9fe9002..57e39bd 100755 --- a/test/run +++ b/test/run @@ -53,7 +53,6 @@ prepare() { git config user.email "build@localhost" && git config user.name "builder" git add -A && git commit -m "Sample commit" popd >/dev/null - run_sti_build } run_test_application() { -- GitLab