From e66c9e794f8cc68005a8aed053d885e2a3966ea1 Mon Sep 17 00:00:00 2001 From: Florian Vahl Date: Thu, 18 Jan 2024 16:10:57 +0100 Subject: [PATCH] Use http urls in ci --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 295341322..ce2612057 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: mkdir -p /colcon_ws/src ln -s $(realpath .) /colcon_ws/src/bitbots_meta - name: Pull our software - run: make pull-init + run: awk '{sub("git@github.com:", "https://github.com/"); print " " $0}' workspace.repos | vcs import .. --skip-existing working-directory: /colcon_ws/src/bitbots_meta - name: Install proprietary basler drivers run: make basler ARGS="-ci"