Skip to content

Commit 89bbb2d

Browse files
svorclaude
andcommitted
fix: change license-tool resolution from SSH to HTTPS for CI compatibility
The yarn.lock had license-tool resolving via git+ssh which fails in CI environments. Changed to HTTPS to match package.json and allow CI to install dependencies without SSH keys. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
1 parent 0e8cee9 commit 89bbb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3614,7 +3614,7 @@ __metadata:
36143614

36153615
"license-tool@https://github.com/che-incubator/dash-licenses.git#c09f697ea6336ce82d365654dfeb7ef6e9c84768":
36163616
version: 2.0.0
3617-
resolution: "license-tool@git+ssh://git@github.com/che-incubator/dash-licenses.git#commit=c09f697ea6336ce82d365654dfeb7ef6e9c84768"
3617+
resolution: "license-tool@https://github.com/che-incubator/dash-licenses.git#commit=c09f697ea6336ce82d365654dfeb7ef6e9c84768"
36183618
dependencies:
36193619
"@eslint/eslintrc": "npm:3.3.4"
36203620
"@yarnpkg/parsers": "npm:^3.0.3"

0 commit comments

Comments
 (0)