File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ cd "$BUILD_SRC_DIR"
4545# Make Maven aware of custom Stackable libraries
4646cp -r /stackable/patched-libs/maven/* /stackable/.m2/repository
4747
48- ORIGINAL_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
4948NEW_VERSION="${PRODUCT}-stackable${RELEASE}"
5049
5150mvn versions:set -DnewVersion=$NEW_VERSION -DartifactId=* -DgroupId=*
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ COPY --chown=${STACKABLE_USER_UID}:0 spark-k8s/hbase-connectors/stackable/patche
6161RUN <<EOF
6262cd "$(/stackable/patchable --images-repo-root=src checkout spark-k8s/hbase-connectors ${HBASE_CONNECTOR})/spark"
6363
64- ORIGINAL_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
6564NEW_VERSION="${HBASE_CONNECTOR}-stackable${RELEASE}"
6665
6766mvn versions:set -DnewVersion=$NEW_VERSION
You can’t perform that action at this time.
0 commit comments