Skip to content

Commit

Permalink
Merge pull request ManageIQ#26 from lpichler/update_readme
Browse files Browse the repository at this point in the history
Fix README.md: @ -> # for PRs
  • Loading branch information
agrare authored Dec 4, 2019
2 parents cd7343c + ad22fb9 commit 483617f
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -34,13 +34,30 @@ 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
+ - 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).

0 comments on commit 483617f

Please sign in to comment.