Skip to content
Snippets Groups Projects
Commit 9af0c356 authored by Cam Saül's avatar Cam Saül
Browse files

Disable crate for the time being [ci drivers]

parent ee22e0ca
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ node-1() {
run_step lein-test
}
node-2() {
is_enabled "drivers" && export ENGINES="h2,postgres,sqlite,crate" || export ENGINES="h2"
is_enabled "drivers" && export ENGINES="h2,postgres,sqlite" || export ENGINES="h2"
if is_engine_enabled "crate"; then
run_step install-crate
fi
......
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