Skip to content

Commit e66c9e7

Browse files
committed
Use http urls in ci
1 parent 49f1a5f commit e66c9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
mkdir -p /colcon_ws/src
2323
ln -s $(realpath .) /colcon_ws/src/bitbots_meta
2424
- name: Pull our software
25-
run: make pull-init
25+
run: awk '{sub("[email protected]:", "https://github.com/"); print " " $0}' workspace.repos | vcs import .. --skip-existing
2626
working-directory: /colcon_ws/src/bitbots_meta
2727
- name: Install proprietary basler drivers
2828
run: make basler ARGS="-ci"

0 commit comments

Comments
 (0)