Skip to content

Commit 32bd7a1

Browse files
committed
chore: remove unnecessary variables
1 parent 56af8a5 commit 32bd7a1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

hive/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ cd "$BUILD_SRC_DIR"
4545
# Make Maven aware of custom Stackable libraries
4646
cp -r /stackable/patched-libs/maven/* /stackable/.m2/repository
4747

48-
ORIGINAL_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
4948
NEW_VERSION="${PRODUCT}-stackable${RELEASE}"
5049

5150
mvn versions:set -DnewVersion=$NEW_VERSION -DartifactId=* -DgroupId=*

spark-k8s/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ COPY --chown=${STACKABLE_USER_UID}:0 spark-k8s/hbase-connectors/stackable/patche
6161
RUN <<EOF
6262
cd "$(/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)
6564
NEW_VERSION="${HBASE_CONNECTOR}-stackable${RELEASE}"
6665

6766
mvn versions:set -DnewVersion=$NEW_VERSION

0 commit comments

Comments
 (0)