-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dev.yml to use the public dev branch of mpc_planner
- Loading branch information
1 parent
b1096fe
commit f101054
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,13 @@ jobs: | |
- name: Disable NVidia runtime in the container | ||
run: sed -i '/"--runtime=nvidia",/d' .devcontainer/devcontainer.json | ||
|
||
- name: Checkout private planner | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: oscardegroot/mpc_planner | ||
token: ${{ secrets.CI_REPO_PAT }} | ||
path: src/mpc_planner | ||
ref: dev | ||
# - name: Checkout private planner | ||
# uses: actions/checkout@v3 | ||
# with: | ||
# repository: oscardegroot/mpc_planner | ||
# token: ${{ secrets.CI_REPO_PAT }} | ||
# path: src/mpc_planner | ||
# ref: dev | ||
|
||
- name: Build dev container task | ||
uses: devcontainers/[email protected] | ||
|