parent
798aa6c123
commit
61a6adfa1c
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
registrationConfigFile = toString ./hsmw.conf;
|
||||
dockerImage = "alpine";
|
||||
};
|
||||
hsmw-fork = {
|
||||
registrationConfigFile = toString ./hsmw-fork.conf;
|
||||
dockerImage = "alpine";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
2
config/services/gitlab-runner/hsmw-fork.conf
Normal file
2
config/services/gitlab-runner/hsmw-fork.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
CI_SERVER_URL=https://git.hs-mittweida.de/
|
||||
REGISTRATION_TOKEN=GR1348941DennfhcFcogzGRZd5kqA
|
Loading…
Reference in a new issue