Again
Buildtest / build (push) Failing after 33s

This commit is contained in:
Dominik Werder
2026-07-03 15:31:09 +02:00
parent 391f8a9f2d
commit 9e37e9f0c6
+4 -1
View File
@@ -57,7 +57,7 @@ jobs:
cat /proc/cpuinfo | grep model
echo [[${{ github.repository }}]]
- name: Check out repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: daqbuf/daqbuf
path: src
@@ -84,10 +84,13 @@ jobs:
cat cf1
img1=$(docker image build --file cf1 --tag 17af4291b392e549 .)
# echo img1 $img1
echo "--- DOCKER CREATE ---"
cid1=$(docker create --rm 17af4291b392e549)
echo cid1 $cid1
echo "--- DOCKER START ---"
docker start --attach $cid1
mkdir -p artifacts
echo "--- DOCKER CP ---"
docker cp "$cid1:/data/target" artifacts/
docker image rm 17af4291b392e549
echo -------------------