File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,6 @@ jobs:
129129
130130 - name : Stage Local Artifacts for Publishing to Artifactory
131131 if : ${{ steps.deploy-location.outputs.deploy_location == 'artifactory' }}
132- env :
133- ORG_GRADLE_PROJECT_signingKey : ${{ secrets.GPG_PRIVATE_KEY }}
134- ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.GPG_PASSPHRASE }}
135132 shell : bash
136133 run : |
137134 ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository publishAllPublicationsToDeploymentRepository
@@ -170,9 +167,6 @@ jobs:
170167
171168 - name : Still publish docs module to Artifactory when deploy location is Central (stage)
172169 if : ${{ steps.deploy-location.outputs.deploy_location == 'central' }}
173- env :
174- ORG_GRADLE_PROJECT_signingKey : ${{ secrets.GPG_PRIVATE_KEY }}
175- ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.GPG_PASSPHRASE }}
176170 shell : bash
177171 run : |
178172 ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository :spring-pulsar-docs:publishAllPublicationsToDeploymentRepository
You can’t perform that action at this time.
0 commit comments