fdyjhtyj
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 9s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 9s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped
This commit is contained in:
@@ -28,6 +28,14 @@ jobs:
|
||||
|
||||
- name: Prepare output directory
|
||||
run: mkdir -p output
|
||||
|
||||
echo "PWD = $(pwd)"
|
||||
ls -ld output
|
||||
|
||||
docker run --rm -v "$(pwd)/output":/output busybox sh -c "echo hello > /output/testfile.txt"
|
||||
|
||||
ls output/
|
||||
cat output/testfile.txt
|
||||
|
||||
- name: Clean workspace tarballs before build
|
||||
run: |
|
||||
@@ -48,8 +56,8 @@ jobs:
|
||||
-v "${pwd}/output":/output \
|
||||
-e VERSION="$version" \
|
||||
fithwum/debian-$version-base \
|
||||
bash -eux /scripts/bootstrap-rootfs.sh "$version"
|
||||
# /scripts/bootstrap-rootfs.sh
|
||||
bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
|
||||
# bash -eux /scripts/bootstrap-rootfs.sh "$version"
|
||||
done
|
||||
|
||||
- name: Check output folder permissions
|
||||
|
||||
Reference in New Issue
Block a user