Commit 0b31b483 by Benedikt

Remove unnecessary command - run_s2i_build is called explicitly after prepare

parent 7b0115a3
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment