Skip to content

Commit

Permalink
ci: make-release.sh (#1851)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha authored Jun 7, 2024
1 parent 2850abc commit e9c5b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/scripts/release/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ releaseManagerYaml() {
yq -riY '(.spec.template.spec.containers[0].env[] | select(.name=="RELATED_IMAGE_single_host_gateway_config_sidecar") | .value) = "'${CHE_GATEWAY_IMAGE}'"' "${MANAGER_YAML}"

echo "[INFO] releaseManagerYaml :: Update editors definitions images"
. "${OPERATOR_REPO}"/build/scripts/release/editors-definitions.sh update-manager-yaml
. "${OPERATOR_REPO}/build/scripts/release/editors-definitions.sh" update-manager-yaml

echo "[INFO] releaseManagerYaml :: Ensure license header"
make license "${MANAGER_YAML}"
Expand Down Expand Up @@ -173,7 +173,7 @@ releaseOlmFiles() {
yq -riY '(.metadata.name) = "eclipse-che.v'${RELEASE}'"' "${CSV_STABLE_PATH}"

echo "[INFO] releaseOlmFiles :: Ensure license header"
make license "$(make bundle-path CHANNEL=stable)"
make fmt

echo "[INFO] releaseOlmFiles :: Commit changes"
if git status --porcelain; then
Expand Down

0 comments on commit e9c5b04

Please sign in to comment.