mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
changed setup_host.sh to setup.sh
This commit is contained in:
parent
9cf4be19ce
commit
628d5b3349
@ -19,10 +19,10 @@ echo "Current directory"
|
||||
pwd
|
||||
|
||||
echo "Sourcing setup_host"
|
||||
source ./setup_host.sh >> $LOG 2>&1
|
||||
source ./setup.sh >> $LOG 2>&1
|
||||
|
||||
cd $PYTHON_SCRIPT
|
||||
pwd
|
||||
echo "Running python file"
|
||||
python nightly_build.py >> $LOG 2>&1
|
||||
python nightly_build.py >> $LOG 2>&1
|
||||
echo "Finished"
|
||||
|
Loading…
Reference in New Issue
Block a user