Set correct dependency
This commit is contained in:
parent
2478f6b6fb
commit
4384641d20
|
@ -124,7 +124,7 @@ jobs:
|
||||||
goals: 'package'
|
goals: 'package'
|
||||||
- job: publish_build_artifacts
|
- job: publish_build_artifacts
|
||||||
timeoutInMinutes: 5
|
timeoutInMinutes: 5
|
||||||
dependsOn: ['buildaroni']
|
dependsOn: ['buildaroni', 'get_release_version']
|
||||||
variables:
|
variables:
|
||||||
version_from_pom: $[ dependencies.get_release_version.outputs['setOutput.version_from_pom'] ]
|
version_from_pom: $[ dependencies.get_release_version.outputs['setOutput.version_from_pom'] ]
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue