Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Dec 11, 2023
1 parent 78c2ac2 commit 91d51b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RUN if [ "${GEANT4}" = "ON" ]; then \
make -j${CI_JOBS} && \
make install && \
cd && \
rm -rf ${geant4_build_dir} \
rm -rf ${geant4_build_dir}; \
fi


Expand Down Expand Up @@ -194,7 +194,7 @@ RUN if [ "${DOUBLE_DOWN}" = "ON" ]; then \
make -j${CI_JOBS} && \
make -j${CI_JOBS} install && \
cd && \
rm -rf ${embree_build_dir} \
rm -rf ${embree_build_dir}; \
fi

ENV double_down_build_dir=${build_dir}/double-down
Expand Down

0 comments on commit 91d51b0

Please sign in to comment.