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 6912c48 commit 7132bf6Copy full SHA for 7132bf6
tests/initial_setup.sh
@@ -4,7 +4,6 @@
4
# - Creates an admin user (email: abc.xyz@gmail.com, password: xzy12345) and does the initial setup of Metabase
5
# - Creates some collections/cards/dashboards which will be used when running the tests
6
7
-
8
while getopts 'v:' flag; do
9
case "${flag}" in
10
v) MB_VERSION="${OPTARG}" ;;
0 commit comments