Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsadok committed Jan 5, 2024
1 parent 152eb29 commit 654a4cb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ros-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@ jobs:
- name: Check permissions
run: |
echo host
echo $UID
ls -l ${{ github.workspace }}
echo container
docker run -v ${{ github.workspace }}:/workspace --entrypoint /bin/bash local:${{ matrix.ros-version }} -c "ls -l /workspace"
- name: Adjust permissions
run: |
docker run -v ${{ github.workspace }}:/workspace -w /workspace local:${{ matrix.ros-version }} sudo chown -R vscode:vscode /workspace
- name: Check permissions
run: |
echo host
echo $UID
ls -l ${{ github.workspace }}
echo container
docker run -v ${{ github.workspace }}:/workspace --entrypoint /bin/bash local:${{ matrix.ros-version }} -c "ls -l /workspace"
Expand Down

0 comments on commit 654a4cb

Please sign in to comment.