medik8s / .github

0 stars 1 forks source link

OCP_VERSION environment variable is not set #9

Closed clobrano closed 1 month ago

clobrano commented 1 month ago

When passing the input variable ocp_version, the related OCP_VERSION environment variable is not correctly set

In the example below, the inputs where

{
  "inputs": {
    "operation": "create_okd_release_pr",
    "version": "0.17.0",
    "previous_version": "0.16.1",
    "ocp_version": "4.15"
  }
}

which results in

| Community: OKD
| Make targets: bundle-community-okd
| Building version: 0.17.0
| which replaces version (optional): 0.16.1
| Lower skip range bound (optional):
| OCP version (optional):
clobrano commented 1 month ago

The issue was in the operator's CI job, not passing the variable