Skip to content

Commit fd88e4d

Browse files
committed
ci(kernel-rc-cross-os): drop proxy-pinned lockfile so CI resolves from public npm
The vendored package-lock.json was generated via npm-proxy.dev.databricks.com; its 126 `resolved` URLs are unreachable from GitHub-hosted runners (same class of issue as #436). Remove it and gitignore it — the workflow uses `npm install`, which resolves fresh from the default public registry on CI. The RC is still deterministic (package.json pins @databricks/sql 1.16.0-rc.1 and the workflow installs it explicitly). Co-authored-by: Isaac
1 parent 9264301 commit fd88e4d

2 files changed

Lines changed: 2 additions & 1462 deletions

File tree

ci/kernel-rc-bugbash/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
package-lock.json

0 commit comments

Comments
 (0)