From f396e8ca7270006ce5aad4833330019eb95d18e6 Mon Sep 17 00:00:00 2001 From: Florian Vahl Date: Thu, 18 Jan 2024 17:10:35 +0100 Subject: [PATCH] Fix move 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 bd3c1270f..2415a0772 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: run: git config --global --add safe.directory /__w/bitbots_meta/bitbots_meta - name: Set up colcon workspace run: | - mkdir -p /colcon_ws/src/bitbots_meta + mkdir -p /colcon_ws/src mv $(realpath .) /colcon_ws/src/bitbots_meta - name: Pull our software run: make pull-init HTTPS=true