init: vagrant file and bash script for local tests
This commit is contained in:
5
setup_test_env.sh
Normal file
5
setup_test_env.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
export VAGRANT_HOME=/goinfre/$(whoami)/.vagrant.d
|
||||
|
||||
vagrant up
|
||||
Reference in New Issue
Block a user