Skip to content

Commit c94974c

Browse files
committed
[CI] Add GHA to deploy to central is "chunks" (take 5)
Signed-off-by: Chris Bono <[email protected]>
1 parent 87fc88a commit c94974c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/stream-apps-release-maven-central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
buildName: ${{ inputs.buildName }}
4545
buildNumber: ${{ inputs.buildNumber }}
46-
appNamesPattern: 'stream-applications-test-support* stream-applications-postprocessor-common* stream-applications-security-common* stream-applications-composite-function-support*'
46+
appNamesPattern: 'stream-applications-test-support*,stream-applications-postprocessor-common*,stream-applications-security-common*,stream-applications-composite-function-support*'
4747
targetDir: 'central_bundle/stream-applications-core-subs'
4848
centralTokenName: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
4949
centralToken: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
@@ -190,7 +190,7 @@ jobs:
190190
with:
191191
buildName: ${{ inputs.buildName }}
192192
buildNumber: ${{ inputs.buildNumber }}
193-
appNamesPattern: '*stream-applications-descriptor* stream-applications-docs*'
193+
appNamesPattern: '*stream-applications-descriptor*,stream-applications-docs*'
194194
targetDir: 'central_bundle/stream-applications-descriptor'
195195
centralTokenName: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
196196
centralToken: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}

scripts/release/deploy-artifacts-to-maven-central.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ for appName in "${appNames[@]}"; do
1919
echo "Downloading $appName ..."
2020
jfrog rt download \
2121
--spec "./.github/stream-apps-release-files-spec.json" \
22-
--spec-vars "buildname=$buildName;buildnumber=$buildNumber;appDirMatch=org/springframework/cloud/stream/app/$appName;targetDir=$targetDir"
22+
--spec-vars "buildname=$buildName;buildnumber=$buildNumber;appDirMatch=org/springframework/cloud/stream/app/$appName;targetDir=$targetDir/"
2323
done

0 commit comments

Comments
 (0)