This repository was archived by the owner on May 6, 2022. It is now read-only.
Commit 1fe0279
Thulio Ferraz Assis
fix: CI conditions (#91)
* fix: top-level conditional to trigger releases
The condition being only on the stage does not seem to trigger a CI run.
Signed-off-by: Thulio Ferraz Assis <[email protected]>
* fix: free-spacing regex string and condition
The free-spacing modifier does not work with literal '\n' characters. It
turns out that when indenting multiple levels in the string, the
convertion from YAML to string adds the '\n' characters.
Comments in the regex (# comment) also breaks it, matching conditions
that should not be matched.
Tested this approach with the travis-conditions CLI tool.
Also, this commit fixes the top-level condition interaction with the
release stage condition.
Signed-off-by: Thulio Ferraz Assis <[email protected]>
* feat: build on forks and add explanatory comment
Signed-off-by: Thulio Ferraz Assis <[email protected]>1 parent fded764 commit 1fe0279
1 file changed
+22
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
7 | 28 | | |
8 | 29 | | |
9 | 30 | | |
| |||
60 | 81 | | |
61 | 82 | | |
62 | 83 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 84 | + | |
0 commit comments