forked from enterprise-contract/ec-policies
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show rhtap-multi-ci collection in generated docs
A fixup for enterprise-contract#1236 which introduced the rhtap-multi-ci collection and deprecated the rhtap-{jenkins,gitlab,github} collections, (two of which hadn't been included in the docs yet anyhow). Ref: https://issues.redhat.com/browse/EC-1032
- Loading branch information
1 parent
47d2120
commit ea77b8f
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...llection/rhtap_jenkins/rhtap_jenkins.rego → ...ection/rhtap_multi_ci/rhtap_multi_ci.rego
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# | ||
# METADATA | ||
# title: rhtap-jenkins | ||
# title: rhtap-multi-ci | ||
# description: >- | ||
# A set of policy rules to validate artifacts built using RHTAP Jenkins pipelines. | ||
package policy.release.collection.rhtap_jenkins | ||
# A set of policy rules to validate artifacts built using RHTAP Multi-CI pipelines. | ||
package policy.release.collection.rhtap_multi_ci | ||
|
||
import rego.v1 |