gitlab-ci: remove kim/chakotay, they're not usually on
This commit is contained in:
parent
dc68fb7305
commit
4797fde068
1 changed files with 8 additions and 7 deletions
|
@ -61,13 +61,14 @@ blade-janeway:
|
||||||
extends: .deploy
|
extends: .deploy
|
||||||
script: './hack/deploy.sh "blade-janeway" ""'
|
script: './hack/deploy.sh "blade-janeway" ""'
|
||||||
|
|
||||||
blade-chakotay:
|
# chakotay and kim are not autodeployed because they're usually off.
|
||||||
extends: .deploy
|
#blade-chakotay:
|
||||||
script: './hack/deploy.sh "blade-chakotay" ""'
|
# extends: .deploy
|
||||||
|
# script: './hack/deploy.sh "blade-chakotay" ""'
|
||||||
blade-kim:
|
#
|
||||||
extends: .deploy
|
#blade-kim:
|
||||||
script: './hack/deploy.sh "blade-kim" ""'
|
# extends: .deploy
|
||||||
|
# script: './hack/deploy.sh "blade-kim" ""'
|
||||||
|
|
||||||
# paris and tuvok are not autodeployed because they are the routers, and I don't trust myself
|
# paris and tuvok are not autodeployed because they are the routers, and I don't trust myself
|
||||||
#blade-paris:
|
#blade-paris:
|
||||||
|
|
Loading…
Reference in a new issue