Skip to content
Snippets Groups Projects
Commit 583473e6 authored by Saralegui Vallejo, Unai's avatar Saralegui Vallejo, Unai
Browse files

Add new file

parent b03ba53a
No related branches found
No related tags found
No related merge requests found
# Include jobs from external YAML files
You can include the jobs in this repository's YAML files as follows:
```yml
include:
- https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/docker-containers/artifactory.yml
```
You can include the execution order in yout .gitlab-ci.yml file as follows:
```yml
stages:
- deploy
```
## Example
An example of a valid .gitlab-ci.yml can be:
```yml
include:
- https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/docker-containers/artifactory.yml
stages:
- deploy
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment