Skip to content
Snippets Groups Projects
Commit 079e9f90 authored by Ryan Sanford's avatar Ryan Sanford Committed by Gunnar Schaefer
Browse files

Docker bootstrap updates

Now supports API enabled bootstrapping.
parent 3fe74fc4
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ export PYTHONPATH=.
# Bootstrap Users
./bin/bootstrap.py users ${bootstrap_user_file}
./bin/bootstrap.py -i users ${bootstrap_user_file}
)
......@@ -52,6 +52,6 @@ builtin echo "$TESTDATA_VERSION" > "$TESTDATA_DIR/.testdata_version"
## load the test data in
./bin/bootstrap.py data --copy $TESTDATA_DIR/download
./bin/bootstrap.py -i data $TESTDATA_DIR/download
)
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