Skip to content

Commit

Permalink
Don't link repo move it
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Jan 18, 2024
1 parent 16d9f2a commit 2c12d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c12d4f

Please sign in to comment.