fix typo: licence -> license

This commit is contained in:
Francisco Schulz 2022-11-15 09:28:41 +01:00
parent 5cd30c08b3
commit b5deb7b292

View File

@ -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()