Skip to content

Commit

Permalink
Modify to work on GITHUB_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Mar 5, 2021
1 parent 87f1d1c commit 424feb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

source /opt/ros/foxy/setup.sh && mkdir /ws && cd /ws || exit $?
cd "$GITHUB_WORKSPACE" && cd .. || exit $?

mv "$GITHUB_WORKSPACE" . || $?
source /opt/ros/foxy/setup.sh || exit $?

colcon build --event-handlers console_cohesion+ --cmake-args --symlink-install || exit $?

Expand Down

0 comments on commit 424feb5

Please sign in to comment.