aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index c1b1347..ec05ae2 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,17 @@
Container images for test builds and rpm package builds.
-Master branch has this README.md.
+Master branch has this README.md and some include files.
-Each distro has its own branch.
+Each distro (centos7, centos8, fedora) has its own branch.
+
+The include file can be used this way in .gitlab-ci.yml:
+
+```
+stages:
+ - rpms
+ - repo
+
+include:
+ - project: 'kraxel/rpm-package-builder'
+ file: 'gitlab-ci-rpms-tito.yml'
+```