We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7839e7 commit f7fe68cCopy full SHA for f7fe68c
nifi/Dockerfile
@@ -95,7 +95,7 @@ mkdir -p /stackable
95
# NiFI 1.x natively supports Iceberg, no need to build an iceberg-bundle for it
96
if [[ "${PRODUCT}" != 1.* ]] ; then
97
curl "https://github.com/stackabletech/nifi-iceberg-bundle/archive/refs/tags/${NIFI_ICEBERG_BUNDLE}.tar.gz" | tar -xzC .
98
- cd nifi-iceberg-bundle-${NIFI_ICEBERG_BUNDLE}
+ cd nifi-iceberg-bundle-${NIFI_ICEBERG_BUNDLE} || exit
99
100
mvn \
101
--batch-mode \
0 commit comments