We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2be175 commit 9d3fd7aCopy full SHA for 9d3fd7a
.github/workflows/build.yml
@@ -15,12 +15,17 @@ jobs:
15
container:
16
image: rcdt/robotics
17
steps:
18
- - name: clone repo
+ - name: test permission
19
run: |
20
cd ~
21
- git clone https://github.com/alliander-opensource/rcdt_robotics.git
22
- - name: colcon build
23
- shell: bash -ieo pipefail {0} # Use interactive shell, so that bashrc is sourced.
24
- run: |
25
- cd ~/rcdt_robotics/ros2_ws
26
- colcon build
+ mkdir test
+ ls
+ # - name: clone repo
+ # run: |
+ # cd ~
+ # git clone https://github.com/alliander-opensource/rcdt_robotics.git
27
+ # - name: colcon build
28
+ # shell: bash -ieo pipefail {0} # Use interactive shell, so that bashrc is sourced.
29
30
+ # cd ~/rcdt_robotics/ros2_ws
31
+ # colcon build
0 commit comments