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

Update README.md

parent 56dbc63e
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,23 @@ stages:
- test
- deploy # pages and artifactory upload
```
## Example
An example of a valid .gitla-ci.yml can be:
```yml
image: tecnalia-docker-dev.artifact.tecnalia.com/python:3.8
include:
- https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/virtualenv.yml
- https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/test.yml
- https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/pages.yml
- https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/artifactory.yml
stages:
- virtualenv
- test
- deploy
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment