fix typo: licence -> license
This commit is contained in:
parent
5cd30c08b3
commit
b5deb7b292
@ -131,9 +131,9 @@ public class PlanSpec {
|
||||
.dockerConfiguration(
|
||||
new DockerConfiguration()
|
||||
.image("nexus.iqser.com:5001/infra/release_build:4.4.1"))),
|
||||
new Stage("Licence Stage")
|
||||
new Stage("License Stage")
|
||||
.jobs(
|
||||
new Job("Licence Job", new BambooKey("LICENCE"))
|
||||
new Job("License Job", new BambooKey("LICENSE"))
|
||||
.enabled(false)
|
||||
.tasks(
|
||||
new VcsCheckoutTask()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user