Skip to content

Commit

Permalink
Updated docker-build-pc.yml and docker-build-stage2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junechul committed Sep 9, 2024
1 parent 090d007 commit b700aa3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-build-pc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
# gh repo clone robotics_sdk ${{ env.SDK_DIR }} -- --branch ${{ env.REPO_BRANCH }}
SDK_DIR=$SDK_DIR $SDK_DIR/scripts/install_gscam.sh
SDK_DIR=$SDK_DIR $SDK_DIR/scripts/install_mmwave_rospkg.sh 2
# updated entrypoint*.sh
# TODO: update entrypoint*.sh directly in the robotics_sdk repo
sed -i '/exec "\$@"/i SETUP_FILE="/opt/ros/robotics_sdk_install/setup.bash"\nif [ -f "$SETUP_FILE" ]; then\n source "$SETUP_FILE"\nfi\n\n' \
${{ env.SDK_DIR }}/docker/entrypoint_viz.sh
- name: Set up Docker build script
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docker-build-stage2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
# gh repo clone robotics_sdk ${{ env.SDK_DIR }} -- --branch ${{ env.REPO_BRANCH }}
SDK_DIR=$SDK_DIR $SDK_DIR/scripts/install_gscam.sh
SDK_DIR=$SDK_DIR $SDK_DIR/scripts/install_mmwave_rospkg.sh 2
# updated entrypoint*.sh
# TODO: update entrypoint*.sh directly in the robotics_sdk repo
sed -i '/exec "\$@"/i SETUP_FILE="/opt/ros/robotics_sdk_install/setup.bash"\nif [ -f "$SETUP_FILE" ]; then\n source "$SETUP_FILE"\nfi\n\n' \
${{ env.SDK_DIR }}/docker/entrypoint_arm64.sh
- name: Set up Docker build script
run: |
Expand Down

0 comments on commit b700aa3

Please sign in to comment.