From 6f86f4024902851bd6fe868faa3ec34773669373 Mon Sep 17 00:00:00 2001 From: "Saralegui Vallejo, Unai" <unai.saralegui@tecnalia.com> Date: Wed, 31 Mar 2021 07:41:43 +0000 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0d1618..048efd2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ 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 create gitlab-ci.yml with: @@ -9,7 +19,7 @@ create gitlab-ci.yml with: ```yaml include: - remote: 'https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/npm-packages/gitlab-ci.yml' - ``` +``` # Maven project dockerized with azure deploy @@ -19,8 +29,8 @@ create gitlab-ci.yml with: ```yaml include: - remote: 'https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/project-maven-azure-docker/gitlab-ci.yml' - ``` +``` # 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). -- GitLab