File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,6 @@ jobs:
390
390
BINTRAY_SUBJECT : ((bintray-subject))
391
391
BINTRAY_REPO : ((bintray-repo))
392
392
BINTRAY_USERNAME : ((bintray-username))
393
- BINTRAY_PASSWORD : ((bintray-password))
394
393
BINTRAY_API_KEY : ((bintray-api-key))
395
394
- task : generate-release-notes
396
395
file : git-repo/ci/tasks/generate-release-notes.yml
@@ -418,7 +417,6 @@ jobs:
418
417
file : git-repo/ci/tasks/sync-to-maven-central.yml
419
418
params :
420
419
BINTRAY_USERNAME : ((bintray-username))
421
- BINTRAY_PASSWORD : ((bintray-password))
422
420
BINTRAY_API_KEY : ((bintray-api-key))
423
421
SONATYPE_USER_TOKEN : ((sonatype-user-token))
424
422
SONATYPE_PASSWORD_TOKEN : ((sonatype-user-token-password))
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ params:
12
12
ARTIFACTORY_PASSWORD :
13
13
BINTRAY_SUBJECT :
14
14
BINTRAY_REPO :
15
- BINTRAY_SUBJECT :
16
15
BINTRAY_USERNAME :
17
- BINTRAY_PASSWORD :
18
16
BINTRAY_API_KEY :
19
17
run :
20
18
path : git-repo/ci/scripts/promote.sh
Original file line number Diff line number Diff line change 7
7
BINTRAY_REPO :
8
8
BINTRAY_SUBJECT :
9
9
BINTRAY_USERNAME :
10
- BINTRAY_PASSWORD :
11
10
BINTRAY_API_KEY :
12
11
SONATYPE_USER_TOKEN :
13
12
SONATYPE_PASSWORD_TOKEN :
You can’t perform that action at this time.
0 commit comments