Skip to content

Commit ae8d57c

Browse files
committed
[Apps Plugin CI] Include .asc signing files in release
Signed-off-by: Chris Bono <[email protected]>
1 parent cd19f74 commit ae8d57c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/apps-plugin-release-files-spec.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
},
1717
{
1818
"name": {"$match": "*.jar"}
19+
},
20+
{
21+
"name": {"$match": "*.asc"}
1922
}
2023
]
2124
}

.github/stream-apps-release-files-spec.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
{
2121
"name": {"$match": "*.jar"}
2222
},
23+
{
24+
"name": {"$match": "*.asc"}
25+
},
2326
{
2427
"name": {"$match": "*stream-applications-descriptor-*.stream-apps-kafka-maven"}
2528
},

.github/workflows/apps-plugin-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,13 @@ jobs:
5555
-DgenerateBackupPoms=false \
5656
-Dartifactory.publish.artifacts=false \
5757
-DnewVersion='${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}' \
58-
-B
58+
-B --no-transfer-progress
5959
jfrog rt build-clean
6060
echo "${MAVEN_GPG_PRIVATE_KEY}" > private.asc
6161
gpg --import --batch --no-tty private.asc
62-
jfrog mvn -B -gs settings.xml -Pstagingrelease -B clean install -DskipTests
62+
jfrog mvn -B --no-transfer-progress -gs settings.xml -Pstagingrelease -B clean install -DskipTests
6363
jfrog rt build-publish
6464
echo spring_cloud_dataflow_apps_plugin_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout) >> $GITHUB_ENV
65-
6665
- name: Tag Release
6766
uses: jvalkeal/[email protected]
6867
with:

0 commit comments

Comments
 (0)