We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3425bce commit 64e115fCopy full SHA for 64e115f
1 file changed
scripts/test_matrix.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-printf "[";find . -maxdepth 1 -mindepth 1 -type d -name "soda*" -not -name "soda-core" -not -name "soda-tests" -printf '"%f",' | sed 's/,$//;s/soda-//g';printf "]"
+printf "[";find . -maxdepth 1 -mindepth 1 -type d -name "soda*" -not -name "soda-core" -not -name "soda-tests" -not -name "soda-databricks" -printf '"%f",' | sed 's/,$//;s/soda-//g';printf "]"
0 commit comments