File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 - name : Export labels
2828 id : assert
2929 run : |
30- curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -L -o ci/ runner_env.sh \
30+ curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -L -o runner_env.sh \
3131 https://raw.githubusercontent.com/analogdevicesinc/linux/ci/ci/runner_env.sh
32- source ./ci/ runner_env.sh
32+ source ./runner_env.sh
3333 export_labels
3434
3535 assert :
4242 job_warn_sync_main : ${{needs.sync_branches.outputs.warn}}
4343 job_fail_sync_main : ${{needs.sync_branches.outputs.fail}}
4444 run : |
45- curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -L -o ci/ runner_env.sh \
45+ curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -L -o runner_env.sh \
4646 https://raw.githubusercontent.com/analogdevicesinc/linux/ci/ci/runner_env.sh
47- source ./ci/ runner_env.sh
47+ source ./runner_env.sh
4848 assert_labels
Original file line number Diff line number Diff line change 8282 job_fail_build_gcc_arm : ${{needs.build_gcc_arm.outputs.fail}}
8383 run : |
8484 curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -L -o runner_env.sh \
85- https://raw.githubusercontent.com/${{ github.repository }} /ci/ci/runner_env.sh
85+ https://raw.githubusercontent.com/analogdevicesinc/linux /ci/ci/runner_env.sh
8686 source ./runner_env.sh
8787 assert_labels
8888 build_gcc_arm_zynq_xcomm_adv7511_defconfig :
@@ -182,6 +182,6 @@ jobs:
182182 job_fail_many_devicetrees : ${{needs.compile_devicetrees.outputs.fail}}
183183 run : |
184184 curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -L -o runner_env.sh \
185- https://raw.githubusercontent.com/${{ github.repository }} /ci/ci/runner_env.sh
185+ https://raw.githubusercontent.com/analogdevicesinc/linux /ci/ci/runner_env.sh
186186 source ./runner_env.sh
187187 assert_labels
You can’t perform that action at this time.
0 commit comments