Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nworb-cire committed Jul 26, 2024
1 parent 28de2ce commit 9f73214
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
git add $submodule
done
git rm -f .gitmodules
rm -rf ._github
mv .github ._github
git add ._github
}
git checkout -f upstream/master
git reset --hard upstream/master
Expand All @@ -70,8 +67,7 @@ jobs:
git commit -am "Re-add panda tests" --author="OPGM CI Automated" --no-verify
git checkout upstream/master tools
git checkout upstream/master Dockerfile.openpilot
git checkout upstream/master ._github
mv ._github .github
git checkout upstream/master .github
git commit -am "Re-add tools" --author="OPGM CI Automated" --no-verify
- name: Cherry-pick dev commits onto dev-new
Expand Down

0 comments on commit 9f73214

Please sign in to comment.