mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Fix: Update sandbox build to use new core package name
- The `packages/core` tarball name changed from `gemini-code-server-*.tgz` to `gemini-code-core-*.tgz` after the `server` to `core` rename. - This updates `scripts/build_sandbox.sh` and the root `Dockerfile` to use the new `gemini-code-core-*.tgz` naming, resolving the CI failure during the Docker build step of the publish process.
This commit is contained in:
committed by
N. Taylor Mullen
parent
bda7ec94df
commit
190e6be800
@@ -59,7 +59,7 @@ rm -f packages/cli/dist/gemini-code-cli-*.tgz
|
||||
npm pack -w @gemini-code/cli --pack-destination ./packages/cli/dist &>/dev/null
|
||||
# pack core
|
||||
echo "packing @gemini-code/core ..."
|
||||
rm -f packages/core/dist/gemini-code-server-*.tgz
|
||||
rm -f packages/core/dist/gemini-code-core-*.tgz
|
||||
npm pack -w @gemini-code/core --pack-destination ./packages/core/dist &>/dev/null
|
||||
# give node user (used during installation, see Dockerfile) access to these files
|
||||
chmod 755 packages/*/dist/gemini-code-*.tgz
|
||||
|
||||
Reference in New Issue
Block a user