Skip to content

Commit 19bc458

Browse files
committed
do git@github search in github actions
1 parent 06add06 commit 19bc458

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ubuntu_20_04.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66

77
jobs:
8-
ubuntu2004and2204:
8+
ubuntu2004:
99
runs-on: ubuntu-20.04
1010
# env:
1111
steps:
@@ -27,8 +27,9 @@ jobs:
2727
run: |
2828
cd staging
2929
cp ../ros_from_src/*yaml underlay_ws/src
30+
sed -i 's/[email protected]:/https:\/\/github.com\//' underlay_ws/src/underlay_repos.yaml
3031
# override rosconsole in 20.04 for log4cxx compatibility
31-
ROSCONSOLE=https://github.com/ros/rosconsole underlay_ws/git_clone.sh
32+
underlay_ws/git_clone.sh
3233
3334
- name: local build
3435
run: |

.github/workflows/ubuntu_24_04.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: |
2929
cd staging
3030
cp ../ros_from_src/*yaml underlay_ws/src
31-
# override rosconsole in 20.04 for log4cxx compatibility
32-
ROSCONSOLE=https://github.com/ros/rosconsole underlay_ws/git_clone.sh
31+
sed -i 's/[email protected]:/https:\/\/github.com\//' underlay_ws/src/underlay_repos.yaml
32+
underlay_ws/git_clone.sh
3333
3434
- name: local build
3535
run: |

0 commit comments

Comments
 (0)