feat: use new token for register
This commit is contained in:
parent
bc812f1eab
commit
e040edb66c
2 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
|||
### Changed
|
||||
|
||||
- test: use personal docker registry
|
||||
- feat: use new token for registrer
|
||||
|
||||
## [v1.0.0] - 2020-08-09
|
||||
|
||||
|
|
|
@ -25,9 +25,8 @@ class GitlabRunner:
|
|||
|
||||
subprocess.check_call(['gitlab-runner', 'register',
|
||||
'--non-interactive',
|
||||
'--name', self.name,
|
||||
'--url', url,
|
||||
'--registration-token', token,
|
||||
'--token', token,
|
||||
'--executor', executor,
|
||||
] + opts )
|
||||
|
||||
|
|
Loading…
Reference in a new issue