sdfshfdgfh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 1m50s
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 1m50s
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:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
#kdfnhgldsfjgl;kjdfg
|
|
||||||
- name: Check host output
|
- name: Check host output
|
||||||
run: |
|
run: |
|
||||||
mkdir -p "${{ env.OUTPUT_DIR }}"
|
mkdir -p "${{ env.OUTPUT_DIR }}"
|
||||||
@@ -66,8 +66,23 @@ jobs:
|
|||||||
-v "${{ env.OUTPUT_DIR }}:/output" \
|
-v "${{ env.OUTPUT_DIR }}:/output" \
|
||||||
-e VERSION="$version" \
|
-e VERSION="$version" \
|
||||||
fithwum/debian-$version-base \
|
fithwum/debian-$version-base \
|
||||||
bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
|
bash -eux -c '
|
||||||
# bash -eux /scripts/bootstrap-rootfs.sh "$version"
|
echo "[DEBUG] Inside container, version: $VERSION"
|
||||||
|
echo "[DEBUG] Output dir contents BEFORE:"
|
||||||
|
ls -lah /output
|
||||||
|
|
||||||
|
echo "[DEBUG] Running bootstrap-rootfs.sh"
|
||||||
|
/scripts/bootstrap-rootfs.sh "$VERSION"
|
||||||
|
|
||||||
|
echo "[DEBUG] Output dir contents AFTER:"
|
||||||
|
find /output
|
||||||
|
'
|
||||||
|
|
||||||
|
# docker run --rm --privileged \
|
||||||
|
# -v "${{ env.OUTPUT_DIR }}:/output" \
|
||||||
|
# -e VERSION="$version" \
|
||||||
|
# fithwum/debian-$version-base \
|
||||||
|
# bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Debug Output
|
- name: Debug Output
|
||||||
@@ -75,6 +90,12 @@ jobs:
|
|||||||
echo "Inside container:"
|
echo "Inside container:"
|
||||||
ls -lah /mnt/user/git/act_runner_output
|
ls -lah /mnt/user/git/act_runner_output
|
||||||
|
|
||||||
|
- name: Check host output
|
||||||
|
run: |
|
||||||
|
mkdir -p "${{ env.OUTPUT_DIR }}"
|
||||||
|
touch "${{ env.OUTPUT_DIR }}"/test_from_vm
|
||||||
|
ls -lah /output
|
||||||
|
|
||||||
- name: Validate that archives exist for each version
|
- name: Validate that archives exist for each version
|
||||||
run: |
|
run: |
|
||||||
IFS=' ' read -r -a versions <<< "$VERSIONS"
|
IFS=' ' read -r -a versions <<< "$VERSIONS"
|
||||||
|
|||||||
Reference in New Issue
Block a user