Skip to content

Commit

Permalink
Update build_humble.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
miferco97 authored Apr 24, 2024
1 parent d787326 commit 94b5491
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
required-ros-distributions: humble
- name: Checkout Aerostack2
run : |
echo "repositories:\n aerostack2:\n type: git\n url: https://github.com/aerostack2/aerostack2.git\n version: ${{ github.event.inputs.target_branch }} " >> /tmp/dependencies.repos
export TARGET_BRANCH=${{ github.event.inputs.target_branch }}
if [ -z "$TARGET_BRANCH" ]; then export TARGET_BRANCH=main; echo "No target branch provided, using $TARGET_BRANCH"; fi
echo "repositories:\n aerostack2:\n type: git\n url: https://github.com/aerostack2/aerostack2.git\n version: $TARGET_BRANCH " >> /tmp/dependencies.repos
- name: build and test
uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit 94b5491

Please sign in to comment.