This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch 10.0.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 57d91d6a Update build.sh
57d91d6a is described below
commit 57d91d6aca41378e3c3106386f7e85bf3274ba81
Author: Alex Porcelli <[email protected]>
AuthorDate: Mon Dec 2 19:19:04 2024 -0500
Update build.sh
fix for rc4 build
---
tools/zip-sources-files/build.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/zip-sources-files/build.sh b/tools/zip-sources-files/build.sh
index 51204d29..e5bf62e1 100755
--- a/tools/zip-sources-files/build.sh
+++ b/tools/zip-sources-files/build.sh
@@ -76,7 +76,7 @@ build_components() {
)
for image in "${images[@]}"; do
- make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc2 ignore_test=true
image_name="$image"
+ make build-image KOGITO_APPS_TARGET_BRANCH=10.0.0-rc4 ignore_test=true
image_name="$image"
done
cd ..
@@ -100,4 +100,4 @@ main() {
build_components
}
-main "$@"
\ No newline at end of file
+main "$@"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]