configorama
configorama copied to clipboard
idea: if variable
${if(value === otherValue)} >> true/false
| Comparators | == != =~ !~ |
|---|---|
| Logical operators | || && |
| Integers | 12345 |
| Strings | 'feature-branch' "feature-branch" |
| Booleans | true false |
| Null | null |
| Parentheses | ( ) |
| Regular expressions | /^v1.0/ |
| Prefixes | ! |
| Comments | // This is a comment |
cool setup from buildkite https://buildkite.com/docs/pipelines/conditionals#supported-syntax