File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ if [[ "${PRODUCT_VERSION}" == 4* ]]; then
6868 # Create this empty directory so that following COPY layers succeed.
6969 mkdir -p /stackable/spark/jars
7070 # Create a dummy tarball to satisfy the build process for Spark 3.
71- touch hbase-connector-${HBASE_CONNECTOR }-stackable${RELEASE}-src.tar.gz
71+ touch hbase-connector-${HBASE_CONNECTOR_VERSION }-stackable${RELEASE}-src.tar.gz
7272 exit 0
7373fi
7474
75- cd "$(/stackable/patchable --images-repo-root=src checkout spark-k8s/hbase-connectors ${HBASE_CONNECTOR })/spark"
75+ cd "$(/stackable/patchable --images-repo-root=src checkout spark-k8s/hbase-connectors ${HBASE_CONNECTOR_VERSION })/spark"
7676
7777NEW_VERSION="${HBASE_CONNECTOR_VERSION}-stackable${RELEASE_VERSION}"
7878
You can’t perform that action at this time.
0 commit comments