dfsgdsfgdsfg
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 2m3s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 2m3s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
|||||||
# Extract the output file from the volume
|
# Extract the output file from the volume
|
||||||
container_id=$(docker create -v "$volume_name:/output" debian)
|
container_id=$(docker create -v "$volume_name:/output" debian)
|
||||||
mkdir -p ./output/$version
|
mkdir -p ./output/$version
|
||||||
docker cp "$container_id:/output/debian-$version.tar.bz2" ./output/$version/
|
docker cp "$container_id:/output/$version/debian-$version.tar.bz2" ./output/$version/
|
||||||
docker rm "$container_id"
|
docker rm "$container_id"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user