- Removing unused .env files
Opting now for config.json files as they better interoperability between node and rust + Hardcoding some variables into build-db.sh This really shouldn't be an issue however + using cat to dump out what table structures are being setup due to strange bugs in pipeline
This commit is contained in:
@@ -26,7 +26,7 @@ def create_admin() -> Admin :
|
||||
CARGO_BIN = os.getenv('CARGO_BIN')
|
||||
|
||||
proc = subprocess.run(
|
||||
f'cargo run --release -- -c python-tester'.split(),
|
||||
f'cargo run --release -- -c ../config.json'.split(),
|
||||
text=True, capture_output=True
|
||||
)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user