Skip to content
Snippets Groups Projects
Commit 0b31b483 authored by Benedikt's avatar Benedikt
Browse files

Remove unnecessary command - run_s2i_build is called explicitly after prepare

parent 7b0115a3
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
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