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

This commit is contained in:
Your Name
2025-06-01 10:12:02 +12:00
parent 4defaf8d97
commit 595d97efed
2 changed files with 26 additions and 4 deletions

View File

@ -22,9 +22,18 @@ 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: |
./dropshell-build/test.sh
HOST_WORKSPACE_PATH="${{ github.workspace }}" ./dropshell-build/test.sh
- name: Publish
run: |
SOS_WRITE_TOKEN=${{ secrets.SOS_WRITE_TOKEN }} ./dropshell-build/publish.sh