Skip to content

Commit

Permalink
Update sqlite test
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Weir <ricardo.weir@loft.sh>
  • Loading branch information
rmweir committed Sep 3, 2024
1 parent f683c2a commit b3743bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-run-sqlite
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
start-test() {
KINE_IMAGE=$IMAGE KINE_ENDPOINT="sqlite" provision-kine
KINE_IMAGE=$IMAGE KINE_ENDPOINT="" provision-kine
local kine_url=$(cat $TEST_DIR/kine/*/metadata/url)
K3S_DATASTORE_ENDPOINT=$kine_url provision-cluster
}
Expand Down

0 comments on commit b3743bd

Please sign in to comment.