[CI] Pass VERSION into common.yml
This commit is contained in:
2
.github/workflows/common.yml
vendored
2
.github/workflows/common.yml
vendored
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user