'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 1m11s

This commit is contained in:
Your Name
2025-06-01 11:57:56 +12:00
parent 11efaa3ff5
commit b1e90eff90
2 changed files with 9 additions and 18 deletions

View File

@ -22,18 +22,9 @@ jobs:
- name: Build
run: |
./dropshell-build/build.sh
- name: Debug Docker Environment
run: |
echo "PWD: $(pwd)"
echo "GITHUB_WORKSPACE: ${GITHUB_WORKSPACE:-not set}"
echo "Runner workspace: ${{ github.workspace }}"
echo "Docker info:"
docker info | grep -E "(Docker Root Dir|Storage Driver)" || true
echo "Mount info:"
mount | grep -E "(overlay|workspace)" || true
- name: Test
run: |
HOST_WORKSPACE_PATH="${{ github.workspace }}" ./dropshell-build/test.sh
./dropshell-build/test.sh
- name: Publish
run: |
SOS_WRITE_TOKEN=${{ secrets.SOS_WRITE_TOKEN }} ./dropshell-build/publish.sh