This commit is contained in:
parent
08ed12d91e
commit
44ca0305cd
1 changed files with 2 additions and 2 deletions
|
@ -279,8 +279,8 @@ job_name:
|
||||||
| Keyword | Required | Description |
|
| Keyword | Required | Description |
|
||||||
|---------------|----------|-------------|
|
|---------------|----------|-------------|
|
||||||
| script | yes | Defines a shell script which is executed by runner |
|
| script | yes | Defines a shell script which is executed by runner |
|
||||||
| image | no | Use docker image, covered in [Using Docker Images](../docker/using_docker_images.md) |
|
| image | no | Use docker image, covered in [Using Docker Images](../docker/using_docker_images.md#define-image-and-services-from-.gitlab-ci.yml) |
|
||||||
| services | no | Use docker services, covered in [Use Docker - Using Docker Images](../docker/using_docker_images.md) |
|
| services | no | Use docker services, covered in [Use Docker - Using Docker Images](../docker/using_docker_images.md#define-image-and-services-from-.gitlab-ci.yml) |
|
||||||
| stage | no | Defines a build stage (default: `test`) |
|
| stage | no | Defines a build stage (default: `test`) |
|
||||||
| type | no | Alias for `stage` |
|
| type | no | Alias for `stage` |
|
||||||
| only | no | Defines a list of git refs for which build is created |
|
| only | no | Defines a list of git refs for which build is created |
|
||||||
|
|
Loading…
Reference in a new issue