Commit ae1b29b7 authored by Peter Hegman's avatar Peter Hegman

Merge branch 'ci-schema/stage-default' into 'master'

Remove stage default from CI schema

See merge request gitlab-org/gitlab!72747
parents 50f34b87 99f2bd99
...@@ -555,7 +555,7 @@ ...@@ -555,7 +555,7 @@
}, },
"start_in": { "start_in": {
"type": "string", "type": "string",
"description": "Used in conjunction with 'when: delayed' to set how long to delay before starting a job.", "description": "Used in conjunction with 'when: delayed' to set how long to delay before starting a job. e.g. '5', 5 seconds, 30 minutes, 1 week, etc. Read more: https://docs.gitlab.com/ee/ci/jobs/job_control.html#run-a-job-after-a-delay",
"minLength": 1 "minLength": 1
}, },
"allow_failure": { "allow_failure": {
...@@ -939,7 +939,7 @@ ...@@ -939,7 +939,7 @@
"stage": { "stage": {
"type": "string", "type": "string",
"description": "Define what stage the job will run in.", "description": "Define what stage the job will run in.",
"default": "test" "minLength": 1
}, },
"only": { "only": {
"$ref": "#/definitions/filter", "$ref": "#/definitions/filter",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment