pyextra isn't a submodule anymore (#1601)

This commit is contained in:
Adeeb
2020-05-30 10:04:56 -07:00
committed by GitHub
parent 7b54dad0b8
commit cc2137bded
3 changed files with 4 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ jobs:
cp Pipfile Pipfile.lock flake8_openpilot.sh pylint_openpilot.sh .pylintrc \
cppcheck_openpilot.sh .coveragerc-app .pre-commit-config.yaml $TEST_DIR
cd $TEST_DIR
mkdir pyextra laika laika_repo tools release
mkdir laika laika_repo tools release
- name: Build Docker image
run: cd $TEST_DIR && eval "$BUILD"
- name: Build openpilot

View File

@@ -65,7 +65,6 @@ git clean -xdf
add_subtree "cereal" "cereal" master
add_subtree "panda" "panda" master
add_subtree "opendbc" "opendbc" master
add_subtree "openpilot-pyextra" "pyextra" master
# leave .git alone
echo "[-] erasing old openpilot T=$SECONDS"
@@ -75,7 +74,7 @@ rm -rf $TARGET_DIR/* $TARGET_DIR/.gitmodules
find . -maxdepth 1 -type f -delete
# dont delete our subtrees
git checkout -- cereal panda opendbc pyextra
git checkout -- cereal panda opendbc
# reset tree and get version
cd $SOURCE_DIR

View File

@@ -442,4 +442,6 @@ installer/updater/Makefile
scripts/update_now.sh
scripts/stop_updater.sh
pyextra/**
rednose/**