Correct the version input for changelog generation

See gh-25107
pull/25486/head
Andy Wilkinson 4 years ago
parent 748e52df57
commit 532e7587b8

@ -2,7 +2,7 @@
set -e
CONFIG_DIR=git-repo/ci/config
version=$( cat version/version )
version=$( cat artifactory-repo/build-info.json | jq -r '.buildInfo.modules[0].id' | sed 's/.*:.*:\(.*\)/\1/' )
milestone=${version}
if [[ $RELEASE_TYPE = "RELEASE" ]]; then

@ -7,7 +7,7 @@ image_resource:
tag: '0.0.5'
inputs:
- name: git-repo
- name: version
- name: artifactory-repo
outputs:
- name: generated-changelog
params:

Loading…
Cancel
Save