Skip to content

Commit 68e8daf

Browse files
committed
fill out stage
1 parent edb601c commit 68e8daf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-pi-image.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ jobs:
3333
EOF
3434
chmod +x docker-stage/00-run-chroot.d/02-copy-compose.sh
3535
# c) Add empty 00-run.sh to ensure rootfs is created
36-
touch docker-stage/00-run.sh
36+
cat > docker-stage/00-run.sh << 'EOF'
37+
#!/bin/bash
38+
set -e
39+
echo "docker-stage 00-run.sh: minimal script to ensure rootfs is created"
40+
EOF
3741
chmod +x docker-stage/00-run.sh
3842
3943
- name: Build Raspberry Pi image

0 commit comments

Comments
 (0)