Skip to content

Commit 1952d51

Browse files
committed
Publishing fix (#1665)
1 parent 4601b9c commit 1952d51

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docker_images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ jobs:
779779
# In containers without GPU support, UCX does not work properly since it is configured to work with GPU-support.
780780
# Hence, don't enforce UCX when running these tests.
781781
(docker exec cuda-quantum bash -c "unset OMPI_MCA_pml && set -o pipefail && bash validate_container.sh | tee /tmp/validation.out") && passed=true || passed=false
782+
docker cp cuda-quantum:"/tmp/validation.out" /tmp/validation.out
782783
docker stop cuda-quantum
783784
784785
if ! $passed; then

.github/workflows/prebuilt_binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ jobs:
320320
run: |
321321
docker run --rm -dit --name cuda-quantum validation:local
322322
(docker exec cuda-quantum bash -lc "set -o pipefail && bash validate.sh | tee /tmp/validation.out") && passed=true || passed=false
323+
docker cp cuda-quantum:"/tmp/validation.out" /tmp/validation.out
323324
docker stop cuda-quantum
324325
325326
if ! $passed; then
@@ -528,4 +529,4 @@ jobs:
528529
repo: context.repo.repo,
529530
artifact_id: id,
530531
})
531-
})
532+
})

0 commit comments

Comments
 (0)