Skip to content
Snippets Groups Projects
Commit 8a9cc7a7 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[ci] fix rev SHA of Frama-CI

parent 8cdfdf23
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ let ...@@ -5,7 +5,7 @@ let
src = builtins.fetchGit { src = builtins.fetchGit {
"url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git"; "url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git";
"name" = "Frama-CI"; "name" = "Frama-CI";
"rev" = "01d423ae0e14b2d0d41e952d261aa859b2a3855e"; "rev" = "ec1a17f66dd629480beed8daeab4ececc5f0dc75";
"ref" = "master"; "ref" = "master";
}; };
in in
......
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