We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
string[]
rules.exists
1 parent c5db090 commit 0f6fffcCopy full SHA for 0f6fffc
.changeset/lovely-showers-film.md
@@ -0,0 +1,5 @@
1
+---
2
+"@noxify/gitlab-ci-builder": patch
3
4
+
5
+support also `string[]` in `rules.exists`
src/types/rules.ts
@@ -17,7 +17,7 @@ type RulesDefinition<T = WhenOptions> = {
17
/**
18
* @see https://docs.gitlab.com/ci/yaml/#rulesexists
19
*/
20
- exists?: string
+ exists?: string | string[]
21
22
* @see https://docs.gitlab.com/ci/yaml/#ruleswhen
23
0 commit comments