Skip to content

Commit

Permalink
Fix extended services release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Sep 12, 2024
1 parent 4ad686f commit 64fd760
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_build_extended_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,5 +468,5 @@ jobs:
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"
svn ci --non-interactive --no-auth-cache --username $SVN_USERNAME --password "$SVN_PASSWORD" -m "Apache KIE $RELEASE_CANDIDATE_VERSION Extended Services artifacts"
rm -rf svn-kie
47 changes: 0 additions & 47 deletions .github/workflows/release_dry_run_extended_services.yml

This file was deleted.

0 comments on commit 64fd760

Please sign in to comment.