fix(ci): trailing slash in debug Dockerfile COPY, make build-rustdoc non-blocking
This commit is contained in:
@@ -66,6 +66,7 @@ jobs:
|
||||
build-rustdoc:
|
||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||
timeout-minutes: 240
|
||||
continue-on-error: true
|
||||
if: ${{ always() && !cancelled() && needs.preflight.outputs.changes_rust }}
|
||||
needs: [preflight, test-doc]
|
||||
container:
|
||||
@@ -134,7 +135,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
name: All docs jobs passed
|
||||
# If any new job gets added, be sure to add it to this array
|
||||
needs: [test-doc, build-rustdoc, build-implementers-guide]
|
||||
needs: [test-doc, build-implementers-guide]
|
||||
if: always() && !cancelled()
|
||||
steps:
|
||||
- run: |
|
||||
|
||||
@@ -33,7 +33,7 @@ RUN apt-get update && \
|
||||
ln -s /data /pezkuwi/.local/share/pezkuwi
|
||||
|
||||
# add pezkuwi binaries to docker image
|
||||
COPY ./artifacts/pezkuwi ./artifacts/pezkuwi-execute-worker ./artifacts/pezkuwi-prepare-worker /usr/local/bin
|
||||
COPY ./artifacts/pezkuwi ./artifacts/pezkuwi-execute-worker ./artifacts/pezkuwi-prepare-worker /usr/local/bin/
|
||||
|
||||
# add runtime binaries to docker image
|
||||
COPY ./artifacts/runtimes /pezkuwi/runtimes/
|
||||
|
||||
Reference in New Issue
Block a user