Skip to content

Commit

Permalink
#32: update artifacts output from image
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 23, 2024
1 parent e6cfc54 commit 9cc5786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/build-and-test.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ RUN bash "/opt/src/vt-tv/ci/test_python.sh"

# Artifacts
FROM scratch AS artifacts
COPY --from=test-cpp /tmp/artifacts /test-cpp
COPY --from=test-python /tmp/artifacts /test-python
COPY --from=test-cpp /tmp/artifacts /
COPY --from=test-python /tmp/artifacts /

0 comments on commit 9cc5786

Please sign in to comment.