From db18437d2819c2e9ff0b1fa164c2012c090bc0f0 Mon Sep 17 00:00:00 2001 From: "Saralegui Vallejo, Unai" <unai.saralegui@tecnalia.com> Date: Wed, 31 Mar 2021 08:34:17 +0000 Subject: [PATCH] Update README.md --- docker-containers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-containers/README.md b/docker-containers/README.md index 147a776..0adce4c 100644 --- a/docker-containers/README.md +++ b/docker-containers/README.md @@ -4,7 +4,7 @@ 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 + - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/docker-containers/artifactory-python.yml ``` You can include the execution order in yout .gitlab-ci.yml file as follows: @@ -20,7 +20,7 @@ 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 + - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/docker-containers/artifactory-python.yml stages: - deploy -- GitLab