Fix title width check
This commit is contained in:
Родитель
01b5e0fb3c
Коммит
d3a894d385
|
@ -998,7 +998,7 @@ program
|
|||
if (!clusterRequest) {
|
||||
fail('No resources requested from cluster. Please provide them either through command line or through a "' + REQUEST_FILE + '" file in your project root.')
|
||||
}
|
||||
if (title.length > 20) {
|
||||
if (title.length > 40) {
|
||||
fail('Job title too long (20 characters max)')
|
||||
}
|
||||
callPit('post', 'jobs', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче