fix: the input device is not a TTY

This commit is contained in:
Del Wang
2025-04-13 12:21:53 +08:00
parent 8a60b742d3
commit 355895d677
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
id: build
run: |
cd packages/client-patch
docker run -it --rm -e OTA=${{ inputs.ota }} -v $(pwd)/assets:/app/assets -v $(pwd)/patches:/app/patches idootop/open-xiaoai:latest
docker run --rm -e OTA=${{ inputs.ota }} -v $(pwd)/assets:/app/assets -v $(pwd)/patches:/app/patches idootop/open-xiaoai:latest
MODEL=$(cat assets/.model)
VERSION=$(cat assets/.version)
TAG=${MODEL}_${VERSION}
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
id: build
run: |
cd packages/client-patch
docker run -it --rm -e OTA=${{ inputs.ota }} -v $(pwd)/assets:/app/assets -v $(pwd)/patches:/app/patches idootop/open-xiaoai:latest
docker run --rm -e OTA=${{ inputs.ota }} -v $(pwd)/assets:/app/assets -v $(pwd)/patches:/app/patches idootop/open-xiaoai:latest
MODEL=$(cat assets/.model)
VERSION=$(cat assets/.version)
TAG=${MODEL}_${VERSION}