We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
set -e
1 parent 759c2e4 commit e431493Copy full SHA for e431493
1 file changed
Dockerfile
@@ -24,6 +24,7 @@ COPY . ${STAR}
24
SHELL ["/bin/bash", "-l", "-c"]
25
26
RUN <<EOF
27
+ set -e
28
SKIP_DIRS="pams/sim/g2r OnlTools StRoot/StShadowMaker" cons
29
find .$STAR_HOST_SYS -name *.o -exec rm '{}' \;
30
EOF
0 commit comments