kopia lustrzana https://github.com/bugout-dev/moonstream
Merge pull request #651 from bugout-dev/fix-correct-git-path-scm
Correct git path for scm mdp repopull/658/head
commit
27eed5910f
|
@ -14,7 +14,7 @@ let
|
|||
"."
|
||||
(getEnv "MDP_GIT")
|
||||
(fetchGit {
|
||||
url = "git@gitlab.com:mixrank/mdp.git";
|
||||
url = "git@scm.mixrank.com:mixrank/mdp.git";
|
||||
rev = "309e04f3f646847af3b7c084b01cfd72e1db92c8";
|
||||
})
|
||||
] ++ scm_repos;
|
||||
|
|
Ładowanie…
Reference in New Issue