Skip to content

Commit

Permalink
[1.41.x] CI: Fix set operator_version attribute (#418)
Browse files Browse the repository at this point in the history
* CI: Fix set `operator_version` attribute (#415)

* Update antora.yml

---------

Co-authored-by: Tristan Radisson <[email protected]>
  • Loading branch information
github-actions[bot] and radtriste authored Jul 21, 2023
1 parent c4710bc commit 327dd91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.post-release
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pipeline {
sed -i "s|^version:.*|version: '${getKogitoVersion()}'|g" ${antoraFile}
sed -i "s|^display_version:.*|display_version: '${getKogitoMajorMinorVersion()}'|g" ${antoraFile}
sed -i "s|^prerelease:.*||g" ${antoraFile}
sed -i "s|^operator_version:.*|operator_version: '${getKogitoSWOperatorVersion()}'|g" ${antoraFile}
sed -i "s|operator_version:.*|operator_version: '${getKogitoSWOperatorVersion()}'|g" ${antoraFile}
"""

// Add changed files, commit, open and merge PR
Expand Down
2 changes: 1 addition & 1 deletion serverlessworkflow/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ asciidoc:
docker_min_version: 20.10.7
docker_compose_min_version: 1.27.2
# only used in downstream
operator_version: main
operator_version: v1.41.0
kogito_devservices_imagename: registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8
kogito_examples_repository_url: https://github.com/kiegroup/kogito-examples
kogito_sw_examples_url: https://github.com/kiegroup/kogito-examples/tree/1.41.x/serverless-workflow-examples
Expand Down

0 comments on commit 327dd91

Please sign in to comment.