Skip to content
Snippets Groups Projects
Commit 223d331b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: add set -e to xl.Dockerfile to fail when detector build fails

parent 28ebc123
No related branches found
No related tags found
1 merge request!773fix: add set -e to xl.Dockerfile to fail when detector build fails
......@@ -31,6 +31,7 @@ ADD https://api.github.com/repos/eic/epic /tmp/epic.json
COPY setup_detectors.py /tmp
COPY --from=detectors detectors.yaml /tmp
RUN --mount=type=cache,target=/ccache/,sharing=locked,id=${TARGETPLATFORM} <<EOF
set -e
cd /tmp
export CCACHE_DIR=/ccache
[ "z$NIGHTLY" = "z1" ] && NIGHTLY_FLAG="--nightly" || NIGHTLY_FLAG=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment