This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch extended-services-release-job
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/extended-services-release-job
by this push:
new 36a20426ef6 Fix extended services release jobs
36a20426ef6 is described below
commit 36a20426ef6d4e955b31dd2eba2cc6704471f310
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Thu Sep 12 13:04:28 2024 -0300
Fix extended services release jobs
---
.github/workflows/release_build_extended_services.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release_build_extended_services.yml
b/.github/workflows/release_build_extended_services.yml
index e19a9201691..caadbe07e80 100644
--- a/.github/workflows/release_build_extended_services.yml
+++ b/.github/workflows/release_build_extended_services.yml
@@ -465,7 +465,7 @@ jobs:
RELEASE_CANDIDATE_VERSION: ${{ inputs.release_candidate_version }}
run: |
svn co --depth=empty
https://dist.apache.org/repos/dist/dev/incubator/kie/$RELEASE_CANDIDATE_VERSION/
svn-kie
- cp ./extended-services-zipped-release-artifacts/* svn-kie
+ cp ./extended-services-final-release-artifacts/* svn-kie
cd svn-kie
svn add . --force
svn ci --non-interactive --no-auth-cache --username "$SVN_USERNAME"
--password "$SVN_PASSWORD" -m "Apache KIE $RELEASE_CANDIDATE_VERSION Extended
Services artifacts"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]