Skip to content
Snippets Groups Projects
Commit aa58e447 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

removed extra continuations

parent 66264c74
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ RUN echo "Defaults set_home" >> /etc/sudoers \
echo 'http_proxy=http://xfelproxy.desy.de:3128' >> /etc/environment \
echo 'https_proxy=https://xfelproxy.desy.de:3128' >> /etc/environment \
sudo -u msk_jenkins git config --global http.proxy http://xfelproxy.desy.de:3128 \
sudo -u msk_jenkins git config --global https.proxy http://xfelproxy.desy.de:3128 \
sudo -u msk_jenkins git config --global https.proxy http://xfelproxy.desy.de:3128
# NOTE: This last line (symlink for libzmq.so.3) is a hack for a bug in DOOCS serverlib, which has the version number hardcoded.
......
......@@ -24,7 +24,7 @@ RUN zypper refresh && \
RUN echo "Defaults set_home" >> /etc/sudoers
RUN sudo -u msk_jenkins git config --global http.proxy http://xfelproxy.desy.de:3128 \
sudo -u msk_jenkins git config --global https.proxy http://xfelproxy.desy.de:3128 \
sudo -u msk_jenkins git config --global https.proxy http://xfelproxy.desy.de:3128
# NOTE: This last line (symlink for libzmq.so.3) is a hack for a bug in DOOCS serverlib, which has the version number hardcoded.
......
......@@ -38,7 +38,7 @@ RUN echo "Defaults set_home" >> /etc/sudoers \
echo 'http_proxy=http://xfelproxy.desy.de:3128' >> /etc/environment \
echo 'https_proxy=https://xfelproxy.desy.de:3128' >> /etc/environment \
sudo -u msk_jenkins git config --global http.proxy http://xfelproxy.desy.de:3128 \
sudo -u msk_jenkins git config --global https.proxy http://xfelproxy.desy.de:3128 \
sudo -u msk_jenkins git config --global https.proxy http://xfelproxy.desy.de:3128
# NOTE: This last line (symlink for libzmq.so.3) is a hack for a bug in DOOCS serverlib, which has the version number hardcoded.
......
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