Skip to content
Snippets Groups Projects
Commit fc15700a authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Try to speed up CI by dropping the frontend build step [ci e2e]

parent ca59ec67
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ node-5() {
}
node-6() {
if is_enabled "jar" || is_enabled "e2e" || is_enabled "screenshots"; then
run_step ./bin/build version frontend-fast sample-dataset uberjar
run_step ./bin/build version sample-dataset uberjar
fi
# NOTE Atte Keinänen 6/23/17: Reuse the existing E2E infra for running integrated tests (they require the prebuild jar too)
......
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