From a485694c8f4c2c1ee7fa99686f664a1cbadf8a6c Mon Sep 17 00:00:00 2001 From: "Saralegui Vallejo, Unai" <unai.saralegui@tecnalia.com> Date: Mon, 29 Mar 2021 08:27:36 +0000 Subject: [PATCH] Add new file --- python-packages/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python-packages/README.md diff --git a/python-packages/README.md b/python-packages/README.md new file mode 100644 index 0000000..c573871 --- /dev/null +++ b/python-packages/README.md @@ -0,0 +1,11 @@ +# Include jobs from external YAML files + +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/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 +``` -- GitLab