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
68
68
# Create this empty directory so that following COPY layers succeed.
69
69
mkdir -p /stackable/spark/jars
70
70
# 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
72
72
exit 0
73
73
fi
74
74
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"
76
76
77
77
NEW_VERSION="${HBASE_CONNECTOR_VERSION}-stackable${RELEASE_VERSION}"
78
78
You can’t perform that action at this time.
0 commit comments