This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 18c9200b2e7 Update release_build_extended_services.yml
18c9200b2e7 is described below
commit 18c9200b2e7df129d1b6058e3e31d7df18fd4d8c
Author: Alex Porcelli <[email protected]>
AuthorDate: Tue Jun 17 11:35:03 2025 -0400
Update release_build_extended_services.yml
now installing svn
---
.github/workflows/release_build_extended_services.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/release_build_extended_services.yml
b/.github/workflows/release_build_extended_services.yml
index d628c2d510f..e42ecb21a2d 100644
--- a/.github/workflows/release_build_extended_services.yml
+++ b/.github/workflows/release_build_extended_services.yml
@@ -430,6 +430,11 @@ jobs:
with:
ref: ${{ inputs.base_ref }}
+ - name: Install SVN
+ run: |
+ sudo apt-get update
+ sudo apt-get install -y subversion
+
- name: Import GPG key
if: github.event_name != 'pull_request'
uses:
crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]