Skip to content

Commit

Permalink
use next branch for recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
alaurenzi committed Jul 25, 2024
1 parent e85c840 commit 9146286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_script:
- SRC_FOLDER=$PWD
- cd .. && mkdir forest_ws && cd forest_ws && forest init # create forest ws for building
- ln -s $SRC_FOLDER src/$(basename $SRC_FOLDER) # symlink original source folder
- forest add-recipes [email protected]:advrhumanoids/multidof_recipes.git -t master --clone-protocol https # get recipes
- forest add-recipes [email protected]:advrhumanoids/multidof_recipes.git -t next --clone-protocol https # get recipes

# apt update and core packages installation
- sudo apt-get update
Expand Down

0 comments on commit 9146286

Please sign in to comment.