Commit 9e18e9d
committed
Make script input vars mandatory
Make MAIN_VERSION, FEATURE_RELEASE_VERSION, and
FEATURE_RELEASE_BRANCH mandatory.
When run via the job, those vars get set in the workflow [1].
Lets make them mandatory, instead of bumping them in the workflow
and the script on a new feature branch. If run manually they should
be set.
[1] https://github.com/openstack-k8s-operators/openstack-operator/blob/5f8fbc7cd3b79a363d9fc2016e6e3c5b239b4d5a/.github/workflows/catalog-openstack-operator-upgrades.yaml#L68
Jira: OSPRH-18397
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>1 parent 5f8fbc7 commit 9e18e9d
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments