Skip to content

Commit

Permalink
fix branch name, github actions to test release build
Browse files Browse the repository at this point in the history
DCO 1.1 Signed-off-by: Tatsuya Ishihara <[email protected]>
  • Loading branch information
tatsuya-ishihara committed Jan 22, 2025
1 parent a34e61d commit 965ff6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cp -r cabot cabot-temp
cd cabot-temp
# get all depedencies and freeze
./setup-dependency.sh
./setup-dependency.sh -s "s/version: main/version: dev-bake/"
./setup-dependency.sh -r
# copy the release repos file
cp dependency-release.repos ../cabot
Expand Down
10 changes: 5 additions & 5 deletions dependency.repos
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ repositories:
cabot-common:
type: git
url: https://github.com/CMU-cabot/cabot-common
version: main
version: dev-bake

cabot-description:
type: git
url: https://github.com/CMU-cabot/cabot-description
version: main
version: dev-bake

cabot-drivers:
type: git
url: https://github.com/CMU-cabot/cabot-drivers
version: main
version: dev-bake

cabot-navigation:
type: git
url: https://github.com/CMU-cabot/cabot-navigation
version: main
version: dev-bake

cabot-people:
type: git
url: https://github.com/CMU-cabot/cabot-people
version: main
version: dev-bake

0 comments on commit 965ff6c

Please sign in to comment.