1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-27 07:15:43 +02:00

TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: parameters of 'Publish Release 2020.1' build configuration were updated

This commit is contained in:
aleksei.plate 2020-12-23 07:43:45 +00:00 committed by tcuser
parent 4da538302d
commit 76d62771e0

View File

@ -16,5 +16,11 @@ changeBuildType(RelativeId("Release_201")) {
update {
password("env.ORG_GRADLE_PROJECT_publishToken", "credentialsJSON:61a36031-4da1-4226-a876-b8148bf32bde", label = "Password")
}
expect {
param("env.ORG_GRADLE_PROJECT_publishUsername", "vlan")
}
update {
param("env.ORG_GRADLE_PROJECT_publishUsername", "Aleksei.Plate")
}
}
}