Skip to content

Commit

Permalink
do git@github search in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Aug 30, 2024
1 parent 06add06 commit 19bc458
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu_20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

jobs:
ubuntu2004and2204:
ubuntu2004:
runs-on: ubuntu-20.04
# env:
steps:
Expand All @@ -27,8 +27,9 @@ jobs:
run: |
cd staging
cp ../ros_from_src/*yaml underlay_ws/src
sed -i 's/[email protected]:/https:\/\/github.com\//' underlay_ws/src/underlay_repos.yaml
# override rosconsole in 20.04 for log4cxx compatibility
ROSCONSOLE=https://github.com/ros/rosconsole underlay_ws/git_clone.sh
underlay_ws/git_clone.sh
- name: local build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_24_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
cd staging
cp ../ros_from_src/*yaml underlay_ws/src
# override rosconsole in 20.04 for log4cxx compatibility
ROSCONSOLE=https://github.com/ros/rosconsole underlay_ws/git_clone.sh
sed -i 's/[email protected]:/https:\/\/github.com\//' underlay_ws/src/underlay_repos.yaml
underlay_ws/git_clone.sh
- name: local build
run: |
Expand Down

0 comments on commit 19bc458

Please sign in to comment.