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

feat: mv eic-news and hadoop fix to dev

parent d8acf61e
No related branches found
No related tags found
1 merge request!688feat: mv eic-news and hadoop fix to dev
...@@ -318,3 +318,11 @@ CMD ["bash", "--rcfile", "/etc/profile", "-l"] ...@@ -318,3 +318,11 @@ CMD ["bash", "--rcfile", "/etc/profile", "-l"]
USER 0 USER 0
WORKDIR / WORKDIR /
SHELL ["/usr/local/bin/eic-shell"] SHELL ["/usr/local/bin/eic-shell"]
## eic-news
COPY --chmod=0755 eic-news /usr/local/bin/eic-news
RUN echo "test -f $HOME/.eic-news && source /usr/local/bin/eic-news" \
> /etc/profile.d/z13_eic-news.sh
## Hotfix for misbehaving OSG nodes
RUN mkdir /hadoop
...@@ -83,11 +83,3 @@ RUN --mount=type=cache,target=/ccache/,sharing=locked,id=${TARGETPLATFORM} ...@@ -83,11 +83,3 @@ RUN --mount=type=cache,target=/ccache/,sharing=locked,id=${TARGETPLATFORM}
$NIGHTLY_FLAG \ $NIGHTLY_FLAG \
&& ccache --show-stats \ && ccache --show-stats \
&& rm /tmp/setup_detectors.py && rm /tmp/setup_detectors.py
## eic-news
COPY --chmod=0755 eic-news /usr/local/bin/eic-news
RUN echo "test -f $HOME/.eic-news && source /usr/local/bin/eic-news" \
> /etc/profile.d/z13_eic-news.sh
## Hotfix for misbehaving OSG nodes
RUN mkdir /hadoop
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