Skip to content

Commit

Permalink
Fix typo 'if' instead of 'fi' in Dockerfile.
Browse files Browse the repository at this point in the history
Fixing in stage for ngen-partitioner image.
  • Loading branch information
robertbartel committed Oct 24, 2023
1 parent 816d4f5 commit 47fbbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/main/ngen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ RUN cd ${WORKDIR}/ngen \
if [ "${REFRESH_BEFORE_BUILD:-}" = "true" ] ; then \
git pull --ff-only ; \
fi ; \
if \
fi \
&& if [ -z "${PARTITIONER_EXECUTABLE:-}" ]; then echo "Error: target/executable name not set" 2>&1 ; exit 1; fi \
&& cmake -B cmake_build -S . \
-DMPI_ACTIVE:BOOL=OFF \
Expand Down

0 comments on commit 47fbbb7

Please sign in to comment.