[CI] Pass VERSION into common.yml

This commit is contained in:
Chris Bono
2023-10-27 18:10:06 -05:00
parent 27b9d3da27
commit 3b9e0d1760
2 changed files with 2 additions and 2 deletions

View File

@@ -793,7 +793,7 @@ jobs:
pushd stream-applications > /dev/null
echo "::notice ::building - stream-applications-release-train"
set -e
$ROOT_DIR/build-folder.sh stream-applications-release-train "install deploy"
VERSION=${{ needs.parameters.outputs.build_version }} $ROOT_DIR/build-folder.sh stream-applications-release-train "install deploy"
popd > /dev/null
- name: 'Configure: Install libxml2-utils'
uses: ./.github/actions/install-libxml2-utils

View File

@@ -86,7 +86,7 @@ pushd "$PROJECT_FOLDER" >/dev/null
pushd "$app" >/dev/null
FOLDER=$(pwd)
echo "Building:$FOLDER"
$SCDIR/build-folder.sh "." "$MAVEN_GOAL -Pintegration"
VERSION=$VERSION $SCDIR/build-folder.sh "." "$MAVEN_GOAL -Pintegration"
if [ "$SKIP_DEPLOY" == "" ] || [ "$SKIP_DEPLOY" == "false" ]; then
for v in $JDKS; do
echo "Pack:$app:$VERSION-jdk$v"