From c4f2820e5b6dd094a9102013842982077759536c Mon Sep 17 00:00:00 2001 From: Libor Pichler Date: Wed, 4 Dec 2019 13:49:56 +0100 Subject: [PATCH 1/2] Change @ -> # in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e7e61a6..8bf465dd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For more information about the variables or more examples, refer to the env: global: - - REPOS= -+ - REPOS=manageiq@12345 ++ - REPOS=manageiq#12345 matrix: - - TEST_REPO= + - TEST_REPO=manageiq-ui-classic @@ -34,7 +34,7 @@ For more information about the variables or more examples, refer to the env: global: - - REPOS= -+ - REPOS=manageiq@12345 ++ - REPOS=manageiq#12345 matrix: - - TEST_REPO= + - TEST_REPO=manageiq-ui-classic From ad22fb99a5b1ad03c3a9965973d9b8eeb184a8bc Mon Sep 17 00:00:00 2001 From: Libor Pichler Date: Wed, 4 Dec 2019 13:53:08 +0100 Subject: [PATCH 2/2] Add example for testing branch --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 8bf465dd..b1034b91 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,23 @@ For more information about the variables or more examples, refer to the + - TEST_REPO=manageiq-api ``` +#### Testing multiple repos in the context of ManageIQ branch "gaprindashvili" + +```diff +@@ -14,6 +14,7 @@ matrix: + fast_finish: true + env: + global: +- - REPOS= ++ - REPOS=manageiq@gaprindashvili + matrix: +- - TEST_REPO= ++ - TEST_REPO=manageiq-ui-classic ++ - TEST_REPO=manageiq-api +``` + +`Same syntax is used for tags` + ## License Open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).