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

Update README.md

parent a485694c
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,12 @@ include:
- 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
```
You can include the execution order in yout .gitlab-ci.yml file as follows:
```yml
stages:
- virtualenv
- test
- deploy # pages and artifactory upload
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment