Run the local-orchestrator inside the tmp directory

This commit is contained in:
R Tyler Croy 2020-11-25 21:18:41 -08:00
parent 308c516e47
commit 97088dff12
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
object-store: OTTO_OBJECT_DIR=tmp/objects RUST_LOG=debug ./target/debug/otto-object-store
orchestrator: RUST_LOG=debug ./target/debug/otto-local-orchestrator
orchestrator: RUST_LOG=debug STEPS_DIR=$PWD/tmp PATH=$PWD/target/debug:$PATH otto-local-orchestrator
parser: RUST_LOG=debug ./target/debug/otto-parser
# vim: ft=sh