This repository was archived by the owner on Aug 27, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 77 - main
88 workflow_dispatch :
99
10+ env :
11+ BUILD_DEPEND_FILE : https://raw.githubusercontent.com/tier4/autoware.iv/main/build_depends.repos
12+
1013jobs :
1114 build-and-test :
1215 runs-on : ubuntu-latest
@@ -22,13 +25,13 @@ jobs:
2225 with :
2326 required-ros-distributions : foxy
2427
25- - name : Concat build_depends.repos
28+ - name : Create build_depends.repos
2629 run : |
27- curl -sSL -H "Authorization: token ${{ secrets.REPO_TOKEN }}" https://raw.githubusercontent.com/tier4/autoware.iv/main/build_depends.repos | sed '1d' > > build_depends.repos
30+ curl -sSL -H "Authorization: token ${{ secrets.REPO_TOKEN }}" ${{ env.BUILD_DEPEND_FILE }} | sed '1d' > build_depends.repos
2831
2932 - name : Run action-ros-ci
3033 id : action_ros_ci_step
31- uses : ros-tooling/action-ros-ci@add-private-repo-test
34+ uses : ros-tooling/action-ros-ci@master
3235 with :
3336 package-name : obstacle_stop_planner_refine
3437 target-ros2-distro : foxy
Original file line number Diff line number Diff line change 4747 - name : Create index page
4848 run : |
4949 cd pr-check
50- tree -H "$GITHUB_PAGES_URL/pr-check" \
50+ tree -H "${{ env. GITHUB_PAGES_URL }} /pr-check" \
5151 -L 2 --noreport --charset utf-8 -T 'Index of code metrics' \
5252 -P "*.html" > index.html
5353
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments