Skip to content

Commit a3e94a7

Browse files
committed
bazel: fix MODULE in CICD
Replace ssh repo link with https.
1 parent 3cd1292 commit a3e94a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
8181
bazel_dep(name = "score-baselibs", version = "0.0.0")
8282
git_override(
8383
module_name = "score-baselibs",
84-
remote = "git@github.com:eclipse-score/baselibs.git",
84+
remote = "https://github.com/eclipse-score/baselibs.git",
8585
commit = "ae349b99cafc1e79d98c0391a851fc5664c04ebc",
8686
)

0 commit comments

Comments
 (0)