Skip to content

Commit 9d3fd7a

Browse files
committed
Test permission.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
1 parent b2be175 commit 9d3fd7a

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,17 @@ jobs:
1515
container:
1616
image: rcdt/robotics
1717
steps:
18-
- name: clone repo
18+
- name: test permission
1919
run: |
2020
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
21+
mkdir test
22+
ls
23+
# - name: clone repo
24+
# run: |
25+
# cd ~
26+
# 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+
# run: |
30+
# cd ~/rcdt_robotics/ros2_ws
31+
# colcon build

0 commit comments

Comments
 (0)