Skip to content

Commit e431493

Browse files
committed
docker: Run bash set -e to exit with non-zero status
1 parent 759c2e4 commit e431493

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ COPY . ${STAR}
2424
SHELL ["/bin/bash", "-l", "-c"]
2525

2626
RUN <<EOF
27+
set -e
2728
SKIP_DIRS="pams/sim/g2r OnlTools StRoot/StShadowMaker" cons
2829
find .$STAR_HOST_SYS -name *.o -exec rm '{}' \;
2930
EOF

0 commit comments

Comments
 (0)