Skip to content

Commit

Permalink
Fix syntax error (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 authored Nov 22, 2023
1 parent 883d29f commit b052a37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile.ngen
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ RUN cd ${WORKDIR}/ngen \
&& if [ "${NGEN_ACTIVATE_FORTRAN}" == "ON" ]; then \
./build_sub extern/test_bmi_fortran; \
fi \
done \
# run the serial tests \
&& cd ${WORKDIR}/ngen \
# && cmake --build cmake_build_serial --target test \
Expand Down

0 comments on commit b052a37

Please sign in to comment.