regression_test: Run git pull --rebase at the beginning of the script, as a safety check

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-27 13:50:47 -08:00
committed by shivam
parent 5056a01e94
commit 47c49b57e5

View File

@@ -101,6 +101,7 @@ PYTHON_ENVIRONMENT=$(which python3)
# echo "Please upgrade your LANforge using instructions found at https://www.candelatech.com/downloads.php#releases"
# exit 1
#fi
git pull --rebase
python3 -m pip install --upgrade pip
if [ -d "/home/lanforge/lanforge_env" ]