Skip to content
Snippets Groups Projects
Verified Commit 727a75f2 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

chore(Gitlab CI): Switch to https dependency to avoid ssh credentials

parent 86c85cf9
No related branches found
No related tags found
No related merge requests found
Pipeline #214 failed
......@@ -103,6 +103,20 @@ dependencies = [
"syn",
]
[[package]]
name = "collective"
version = "0.1.2"
source = "git+https://gitlab.chromabits.com/etcinit/collective.git?branch=master#91bd46040fe1cdc00b7fa5059ec83f9cbc89c683"
dependencies = [
"clap",
"figment",
"log",
"pretty_env_logger",
"serde",
"thiserror",
"toml",
]
[[package]]
name = "collective"
version = "0.1.2"
......@@ -371,7 +385,7 @@ dependencies = [
"anyhow",
"async-trait",
"clap",
"collective",
"collective 0.1.2 (git+https://gitlab.chromabits.com/etcinit/collective.git?branch=master)",
"dbus",
"dbus-tokio",
"futures",
......@@ -394,7 +408,7 @@ dependencies = [
"anyhow",
"async-trait",
"clap",
"collective",
"collective 0.1.2 (git+ssh://git@gitlab.chromabits.com:30022/etcinit/collective.git?branch=master)",
"dbus",
"dbus-tokio",
"futures",
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment