fix(ci): use GitHub Actions workspace for docker volume and add listing of build output directory for debugging
This commit is contained in:
@@ -40,7 +40,8 @@ jobs:
|
|||||||
cp ecoos_daemon/bundle/eco-daemon isobuild/config/includes.chroot/opt/eco/bin/
|
cp ecoos_daemon/bundle/eco-daemon isobuild/config/includes.chroot/opt/eco/bin/
|
||||||
mkdir -p .nogit/iso
|
mkdir -p .nogit/iso
|
||||||
docker build -t ecoos-builder -f isobuild/Dockerfile .
|
docker build -t ecoos-builder -f isobuild/Dockerfile .
|
||||||
docker run --rm --privileged -v $(pwd)/.nogit/iso:/output ecoos-builder
|
docker run --rm --privileged -v ${{ github.workspace }}/.nogit/iso:/output ecoos-builder
|
||||||
|
ls -la .nogit/iso/
|
||||||
|
|
||||||
- name: Prepare release assets
|
- name: Prepare release assets
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-01-09 - 0.2.1 - fix(ci)
|
||||||
|
use GitHub Actions workspace for docker volume and add listing of build output directory for debugging
|
||||||
|
|
||||||
|
- Replace $(pwd) with ${{ github.workspace }} in docker run volume mount to work correctly in GitHub Actions runner
|
||||||
|
- Add ls -la .nogit/iso/ to list generated artifacts and aid debugging of release workflow
|
||||||
|
|
||||||
## 2026-01-09 - 0.2.0 - feat(daemon)
|
## 2026-01-09 - 0.2.0 - feat(daemon)
|
||||||
add serial console reader and UI tab for serial logs; add version propagation and CI/release workflows
|
add serial console reader and UI tab for serial logs; add version propagation and CI/release workflows
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user