1919
2020jobs :
2121 preview :
22- if : github.repository == 'commaai /openpilot'
22+ if : github.repository == 'maxime-desroches /openpilot'
2323 name : preview
2424 runs-on : ubuntu-latest
2525 timeout-minutes : 20
5858 - name : Getting master ui
5959 uses : actions/checkout@v4
6060 with :
61- repository : commaai /ci-artifacts
61+ repository : maxime-desroches /ci-artifacts
6262 ssh-key : ${{ secrets.CI_ARTIFACTS_DEPLOY_KEY }}
6363 path : ${{ github.workspace }}/master_ui
6464 ref : openpilot_master_ui
@@ -105,13 +105,13 @@ jobs:
105105 DIFF="${DIFF}<table>"
106106
107107 DIFF="${DIFF}<tr>"
108- DIFF="${DIFF} <td> master <img src=\"https://raw.githubusercontent.com/commaai /ci-artifacts/openpilot_master_ui/${A[$i]}.png\"> </td>"
109- DIFF="${DIFF} <td> proposed <img src=\"https://raw.githubusercontent.com/commaai /ci-artifacts/${{ env.BRANCH_NAME }}/${A[$i]}.png\"> </td>"
108+ DIFF="${DIFF} <td> master <img src=\"https://raw.githubusercontent.com/maxime-desroches /ci-artifacts/openpilot_master_ui/${A[$i]}.png\"> </td>"
109+ DIFF="${DIFF} <td> proposed <img src=\"https://raw.githubusercontent.com/maxime-desroches /ci-artifacts/${{ env.BRANCH_NAME }}/${A[$i]}.png\"> </td>"
110110 DIFF="${DIFF}</tr>"
111111
112112 DIFF="${DIFF}<tr>"
113- DIFF="${DIFF} <td> diff <img src=\"https://raw.githubusercontent.com/commaai /ci-artifacts/${{ env.BRANCH_NAME }}/${A[$i]}_diff.png\"> </td>"
114- DIFF="${DIFF} <td> composite diff <img src=\"https://raw.githubusercontent.com/commaai /ci-artifacts/${{ env.BRANCH_NAME }}/${A[$i]}_diff.gif\"> </td>"
113+ DIFF="${DIFF} <td> diff <img src=\"https://raw.githubusercontent.com/maxime-desroches /ci-artifacts/${{ env.BRANCH_NAME }}/${A[$i]}_diff.png\"> </td>"
114+ DIFF="${DIFF} <td> composite diff <img src=\"https://raw.githubusercontent.com/maxime-desroches /ci-artifacts/${{ env.BRANCH_NAME }}/${A[$i]}_diff.gif\"> </td>"
115115 DIFF="${DIFF}</tr>"
116116
117117 DIFF="${DIFF}</table>"
@@ -124,7 +124,7 @@ jobs:
124124 if [[ $INDEX -eq 0 ]]; then
125125 TABLE="${TABLE}<tr>"
126126 fi
127- TABLE="${TABLE} <td> <img src=\"https://raw.githubusercontent.com/commaai /ci-artifacts/${{ env.BRANCH_NAME }}/${A[$i]}.png\"> </td>"
127+ TABLE="${TABLE} <td> <img src=\"https://raw.githubusercontent.com/maxime-desroches /ci-artifacts/${{ env.BRANCH_NAME }}/${A[$i]}.png\"> </td>"
128128 if [[ $INDEX -eq 1 || $(($i + 1)) -eq ${#A[*]} ]]; then
129129 TABLE="${TABLE}</tr>"
130130 fi
0 commit comments