chore(Gitlab CI): Switch to https dependency to avoid ssh credentials
... | ... | @@ -15,7 +15,7 @@ dbus-tokio = "0.7.4" |
tokio = {version = "1.0", features=["time", "net", "macros", "rt-multi-thread", "signal", "process", "io-std", "io-util"]} | ||
tokio-stream = "0.1" | ||
futures-channel = "0.3.17" | ||
collective = { git = "ssh://git@gitlab.chromabits.com:30022/etcinit/collective.git", branch = "master" } | ||
collective = { git = "https://gitlab.chromabits.com/etcinit/collective.git", branch = "master" } | ||
clap = "3.0.0-beta.5" | ||
serde = "1.0.115" | ||
serde_derive = "1.0.115" | ||
... | ... |
Please register or sign in to comment