Skip to content

Commit f5935f7

Browse files
gastmaierJRabacca
authored andcommitted
.github: Fix ci folder, set analogdevicesinc for top-level.yml
At a job without checkout, the folder won't exist, curl to root instead. Signed-off-by: Jorge Marques <[email protected]>
1 parent c8b0f48 commit f5935f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
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:
@@ -42,7 +42,7 @@ jobs:
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

.github/workflows/top-level.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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

0 commit comments

Comments
 (0)