Skip to content

Commit

Permalink
[ci] Update build_humble.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
miferco97 authored Aug 20, 2024
1 parent 6cedf11 commit 1a1cc0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
run : |
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
wget https://raw.githubusercontent.com/aerostack2/as2_platform_mavlink/main/dependencies.repos -O /tmp/dependencies.repos && \
echo " aerostack2:\n type: git\n url: https://github.com/aerostack2/aerostack2.git\n version: $TARGET_BRANCH " >> /tmp/dependencies.repos
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 1a1cc0b

Please sign in to comment.