mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
* wip: changelog
* fixup
* fix: add +x to product.json in build-vscode
While testing a pre-release, there seems to be a bug with the file
permissions for `product.json`. Adding `chmod +x` to see if that fixes
it.
* chore: increase timeout
* fix: keep product.json file permissions in release
When we added the change to modify the `package.json` version using `mv`
and `jq` we didn't account for lost file permissions.
This caused a bug only happening in CI.
This should fix it by giving it 755 via `chmod`.
* trigger ci
* chore: update package.json bust cache
* fixup!: fix: keep product.json file permissions in release
* Revert "fix: add +x to product.json in build-vscode"
This reverts commit
|
||
|---|---|---|
| .. | ||
| routes | ||
| test-plugin | ||
| app.test.ts | ||
| cli.test.ts | ||
| constants.test.ts | ||
| heart.test.ts | ||
| http.test.ts | ||
| plugin.test.ts | ||
| proxy.test.ts | ||
| settings.test.ts | ||
| socket.test.ts | ||
| update.test.ts | ||
| util.test.ts | ||
| wrapper.test.ts | ||