From 2c12d4fd3339107755b671ea461170a8d0d657c3 Mon Sep 17 00:00:00 2001 From: Florian Vahl Date: Thu, 18 Jan 2024 16:57:43 +0100 Subject: [PATCH] Don't link repo move it --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89c9e73df..bd3c1270f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,8 @@ jobs: run: git config --global --add safe.directory /__w/bitbots_meta/bitbots_meta - name: Set up colcon workspace run: | - mkdir -p /colcon_ws/src - ln -s $(realpath .) /colcon_ws/src/bitbots_meta + mkdir -p /colcon_ws/src/bitbots_meta + mv $(realpath .) /colcon_ws/src/bitbots_meta - name: Pull our software run: make pull-init HTTPS=true working-directory: /colcon_ws/src/bitbots_meta