Skip to content

Commit f7fe68c

Browse files
committed
hadolint
1 parent c7839e7 commit f7fe68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nifi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ mkdir -p /stackable
9595
# NiFI 1.x natively supports Iceberg, no need to build an iceberg-bundle for it
9696
if [[ "${PRODUCT}" != 1.* ]] ; then
9797
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}
98+
cd nifi-iceberg-bundle-${NIFI_ICEBERG_BUNDLE} || exit
9999

100100
mvn \
101101
--batch-mode \

0 commit comments

Comments
 (0)