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 @@ -454,7 +454,6 @@ jobs:
454
454
BINTRAY_SUBJECT : ((bintray-subject))
455
455
BINTRAY_REPO : ((bintray-repo))
456
456
BINTRAY_USERNAME : ((bintray-username))
457
- BINTRAY_PASSWORD : ((bintray-password))
458
457
BINTRAY_API_KEY : ((bintray-api-key))
459
458
- task : generate-release-notes
460
459
file : git-repo/ci/tasks/generate-release-notes.yml
@@ -482,7 +481,6 @@ jobs:
482
481
file : git-repo/ci/tasks/sync-to-maven-central.yml
483
482
params :
484
483
BINTRAY_USERNAME : ((bintray-username))
485
- BINTRAY_PASSWORD : ((bintray-password))
486
484
BINTRAY_API_KEY : ((bintray-api-key))
487
485
SONATYPE_USER_TOKEN : ((sonatype-user-token))
488
486
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