Skip to content

Commit

Permalink
rename, move, and check execution of special files
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Jun 10, 2023
1 parent fa0ff08 commit ba2fd76
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 8 deletions.
1 change: 0 additions & 1 deletion ros1/additional.apt-dependencies

This file was deleted.

3 changes: 0 additions & 3 deletions ros1/custom.sh

This file was deleted.

1 change: 1 addition & 0 deletions ros1/docker/additional-debs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
toilet
File renamed without changes.
1 change: 1 addition & 0 deletions ros1/docker/additional-pip-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker-run-cli
10 changes: 10 additions & 0 deletions ros1/docker/custom.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
set -e

# check additional-debs.txt
toilet docker-ros

# check additional-pip-requirements.txt
python -c "import docker_run"

# check additional-files/
cat /docker-ros/additional-files/hello-world.txt
1 change: 0 additions & 1 deletion ros2/additional.apt-dependencies

This file was deleted.

3 changes: 0 additions & 3 deletions ros2/custom.sh

This file was deleted.

1 change: 1 addition & 0 deletions ros2/docker/additional-debs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
toilet
File renamed without changes.
1 change: 1 addition & 0 deletions ros2/docker/additional-pip-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker-run-cli
10 changes: 10 additions & 0 deletions ros2/docker/custom.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
set -e

# check additional-debs.txt
toilet docker-ros

# check additional-pip-requirements.txt
python -c "import docker_run"

# check additional-files/
cat /docker-ros/additional-files/hello-world.txt

0 comments on commit ba2fd76

Please sign in to comment.