nixosTests.gitlab: fix project ids
This commit is contained in:
parent
75a7e0edea
commit
82d9c2e91f
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ let
|
|||
aliceUsername = "alice";
|
||||
aliceUserId = "2";
|
||||
alicePassword = "R5twyCgU0uXC71wT9BBTCqLs6HFZ7h3L";
|
||||
aliceProjectId = "2";
|
||||
aliceProjectId = "1";
|
||||
aliceProjectName = "test-alice";
|
||||
|
||||
bobUsername = "bob";
|
||||
bobUserId = "3";
|
||||
bobPassword = "XwkkBbl2SiIwabQzgcoaTbhsotijEEtF";
|
||||
bobProjectId = "3";
|
||||
bobProjectId = "2";
|
||||
in {
|
||||
name = "gitlab";
|
||||
meta.maintainers = with lib.maintainers; [ globin yayayayaka ];
|
||||
|
|
Loading…
Reference in a new issue