From 583473e6afeb79263f3943b9dd79914e3119c0da Mon Sep 17 00:00:00 2001
From: "Saralegui Vallejo, Unai" <unai.saralegui@tecnalia.com>
Date: Wed, 31 Mar 2021 07:39:54 +0000
Subject: [PATCH] Add new file

---
 docker-containers/README.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 docker-containers/README.md

diff --git a/docker-containers/README.md b/docker-containers/README.md
new file mode 100644
index 0000000..147a776
--- /dev/null
+++ b/docker-containers/README.md
@@ -0,0 +1,28 @@
+# 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/docker-containers/artifactory.yml
+```
+
+You can include the execution order in yout .gitlab-ci.yml file as follows:
+
+```yml
+stages:
+  - deploy  
+```
+
+## Example
+
+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
+
+stages:
+  - deploy
+
+```
-- 
GitLab