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

Update README.md

parent 583473e6
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
CI files repository CI files repository
## docker containers
Check for instructions on how to set up the required jobs in the [docker configuration Readme](docker-containers/README.md).
Create gitlab-ci.yml with:
```yaml
include:
- remote: 'https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/docker-containers/artifactory.yml'
```
## npm packages ## npm packages
create gitlab-ci.yml with: create gitlab-ci.yml with:
...@@ -23,4 +33,4 @@ create gitlab-ci.yml with: ...@@ -23,4 +33,4 @@ create gitlab-ci.yml with:
# Python projects # Python projects
Python project CI's are set up to perform virtualenv generation, test running, documentation generation with gitlab pages and artifactory deploy. Check for instructions on how to set up the required jobs in the [python configuration Readme](https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/blob/master/python-packages/README.md). Python project CI's are set up to perform virtualenv generation, test running, documentation generation with gitlab pages and artifactory deploy. Check for instructions on how to set up the required jobs in the [python configuration Readme](python-packages/README.md).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment