|
8 | 8 |
|
9 | 9 | env: |
10 | 10 | docker-registry: docker.pkg.github.com |
11 | | - docker-config-path: ci/docker |
| 11 | + docker-config-path: source/ci/docker |
12 | 12 |
|
13 | 13 | jobs: |
14 | 14 | # Run our nightly builds. We build a matrix with the various build |
@@ -218,15 +218,15 @@ jobs: |
218 | 218 | path: source |
219 | 219 | fetch-depth: 0 |
220 | 220 | - name: Set up build environment |
221 | | - run: ci/setup-${{ matrix.platform.setup-script }}.sh |
| 221 | + run: source/ci/setup-${{ matrix.platform.setup-script }}.sh |
222 | 222 | shell: bash |
223 | 223 | if: matrix.platform.setup-script != '' |
224 | 224 | - name: Setup QEMU |
225 | 225 | run: docker run --rm --privileged multiarch/qemu-user-static:register --reset |
226 | 226 | if: matrix.platform.container.qemu == true |
227 | 227 | - name: Download container |
228 | 228 | run: | |
229 | | - "${{ github.workspace }}/ci/getcontainer.sh" "${{ matrix.platform.container.name }}" "${{ matrix.platform.container.dockerfile }}" |
| 229 | + "${{ github.workspace }}/source/ci/getcontainer.sh" "${{ matrix.platform.container.name }}" "${{ matrix.platform.container.dockerfile }}" |
230 | 230 | env: |
231 | 231 | DOCKER_REGISTRY: ${{ env.docker-registry }} |
232 | 232 | GITHUB_TOKEN: ${{ secrets.github_token }} |
@@ -272,15 +272,16 @@ jobs: |
272 | 272 | - name: Check out repository |
273 | 273 | uses: actions/checkout@v2 |
274 | 274 | with: |
| 275 | + path: source |
275 | 276 | fetch-depth: 0 |
276 | 277 | - name: Download container |
277 | 278 | run: | |
278 | | - "${{ github.workspace }}/ci/getcontainer.sh" xenial |
| 279 | + "${{ github.workspace }}/source/ci/getcontainer.sh" xenial |
279 | 280 | env: |
280 | 281 | DOCKER_REGISTRY: ${{ env.docker-registry }} |
281 | 282 | GITHUB_TOKEN: ${{ secrets.github_token }} |
282 | 283 | working-directory: ${{ env.docker-config-path }} |
283 | 284 | - name: Run Coverity |
284 | | - run: ci/coverity.sh |
| 285 | + run: source/ci/coverity.sh |
285 | 286 | env: |
286 | 287 | COVERITY_TOKEN: ${{ secrets.coverity_token }} |
0 commit comments