Correct typos (sonattype -> sonatype) in pipeline.yml
This commit is contained in:
parent
74d7a53119
commit
fc68af33c4
|
|
@ -248,8 +248,8 @@ jobs:
|
||||||
ARTIFACTORY_PASSWORD: ((artifactory-password))
|
ARTIFACTORY_PASSWORD: ((artifactory-password))
|
||||||
BINTRAY_USERNAME: ((bintray-username))
|
BINTRAY_USERNAME: ((bintray-username))
|
||||||
BINTRAY_PASSWORD: ((bintray-password))
|
BINTRAY_PASSWORD: ((bintray-password))
|
||||||
SONATYPE_USERNAME: ((sonattype-username))
|
SONATYPE_USERNAME: ((sonatype-username))
|
||||||
SONATYPE_PASSWORD: ((sonattype-password))
|
SONATYPE_PASSWORD: ((sonatype-password))
|
||||||
BINTRAY_SUBJECT: ((bintray-subject))
|
BINTRAY_SUBJECT: ((bintray-subject))
|
||||||
BINTRAY_REPO: ((bintray-repo))
|
BINTRAY_REPO: ((bintray-repo))
|
||||||
groups:
|
groups:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue