Skip to content

Commit

Permalink
Try adding workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
nworb-cire committed Jul 26, 2024
1 parent 5683117 commit 3a3f561
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.CI_GITHUB_TOKEN }}

- name: Set up Git
run: |
Expand All @@ -34,7 +36,7 @@ jobs:
- name: Unsubmodule master
run: |
declare -a submodules=("panda" "msgq" "opendbc" "body" "rednose_repo" "tinygrad_repo" "teleoprtc_repo")
declare -a submodules=("panda" "msgq_repo" "opendbc" "body" "rednose_repo" "tinygrad_repo" "teleoprtc_repo")
function unsubmodule() {
for submodule in $submodules; do
mv $submodule .tmp
Expand Down Expand Up @@ -66,6 +68,7 @@ jobs:
git checkout unsubmoduled panda/tests/
git commit -am "Re-add panda tests" --author="OPGM CI Automated" --no-verify
git checkout upstream/master tools
git checkout upstream/master .github
git checkout upstream/master Dockerfile.openpilot
git commit -am "Re-add tools" --author="OPGM CI Automated" --no-verify
Expand Down

0 comments on commit 3a3f561

Please sign in to comment.